Skip to content

Logging Console

Daniel edited this page Aug 12, 2020 · 5 revisions

CodeMonkeys.Logging.Console

Nuget

The CodeMonkeys.Logging.Console package contains the implementation to write log messages to the system console.

Options

Name Type Description Default value
ColorizeOutput bool Flag which indicates if the console output should be colorized depending on the log level. true

How to set a option property

ConsoleLogService.Options.ColorizeOutput = false;

Default look:

CodeMonkeys.Logging.Console.DefaultLook

Clone this wiki locally