Namespace Stylelabs.M.Sdk.Models.Logging
Version: 3.4
Classes
ConsoleLogger
A simple console logger that can print with or without a built-in template.
The template is: "DateTime | LogLevel | Message".
The minimum log level is info by default.
LoggerBase
Base implementation of ILogger.
The minimum log level is info by default.
NullLogger
Implementation of ILogger that discards all messages (but still fires events).