Guest User

Untitled

a guest
Mar 22nd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. var factory = new LoggerFactory();
  2. factory.AddConsole(Configuration.GetSection("Logging"));
  3. factory.CreateLogger("loggername");
Add Comment
Please, Sign In to add comment