Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.95 KB

File metadata and controls

43 lines (30 loc) · 1.95 KB

SimpleConsoleLoggerConfiguration Class

Namespace: Grynwald.Utilities.Logging
Assembly: Grynwald.Utilities.Logging

Settings for SimpleConsoleLogger

public sealed class SimpleConsoleLoggerConfiguration

Inheritance: object → SimpleConsoleLoggerConfiguration

Constructors

Name Description
SimpleConsoleLoggerConfiguration(LogLevel, bool, bool) Initializes a new instance of SimpleConsoleLoggerConfiguration

Fields

Name Description
Default Gets the default logger settings

Properties

Name Description
EnableColoredOutput Gets whether console output uses colors to differentiate between log levels
MinimumLogLevel Gets the minimum log level of log messages that are written to the output
ShowCategoryName Gets whether the category name of log messages is included in the output

Documentation generated by MdDocs