Class LoggingInfo
A class to hold logging information.
Implements
ILoggerConfiguration
Inherited Members
LoggerConfiguration.LogPrefixName
LoggerConfiguration.LogPrefixTextColor
LoggerConfiguration.LogPrefixDefaultSeverity
LoggerConfiguration.LogPrefixDefaultCategory
LoggerConfiguration.LogPrefixShowPrefix
Namespace: Phoenix.BotBrain.Logging
Assembly: Phoenix.Plugin.BotBrain.Shared.dll
Syntax
public class LoggingInfo : LoggerConfiguration, ILoggerConfiguration
Constructors
View SourceLoggingInfo()
Initializes a new instance of the LoggingInfo class.
Declaration
public LoggingInfo()
Fields
View SourceOutputPrefix
The log prefix for Bot Brain. This is registered with the system category.
Declaration
public const string OutputPrefix = "Bot Brain"
Field Value
Type | Description |
---|---|
string |
Implements
Phoenix.Logger.ILoggerConfiguration