-
Notifications
You must be signed in to change notification settings - Fork 0
Logging Console
Daniel edited this page Aug 12, 2020
·
5 revisions
The CodeMonkeys.Logging.Console package contains the implementation to write log messages to the system console.
| Name | Type | Description | Default value |
|---|---|---|---|
| ColorizeOutput | bool | Flag which indicates if the console output should be colorized depending on the log level. | true |
ConsoleLogService.Options.ColorizeOutput = false;