Updated
This commit is contained in:
@@ -12,6 +12,12 @@ var logger = new LogBuilder("MyApp")
|
||||
.BoostWithProcessId()
|
||||
.Build();
|
||||
|
||||
while (true)
|
||||
{
|
||||
logger.Information("Application started - iteration ");
|
||||
logger.Error(new Exception("Nerd!"), "Something went wrong - iteration");
|
||||
}
|
||||
|
||||
Console.WriteLine("Logger created successfully");
|
||||
Console.WriteLine("Writing log entries...");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user