Skip to content

Instantly share code, notes, and snippets.

@rido-min
Created February 26, 2020 00:12
Show Gist options
  • Save rido-min/40e5f1471843d1c5935e86d239f5a88f to your computer and use it in GitHub Desktop.
Save rido-min/40e5f1471843d1c5935e86d239f5a88f to your computer and use it in GitHub Desktop.
CreateConsoleLogger
var logger = LoggerFactory.Create(builder => { builder.AddConsole(); }).CreateLogger("Cat1");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment