Show / Hide Table of Contents

Class LoggingInfo

A class to hold logging information.

Inheritance
object
LoggerConfiguration
LoggingInfo
Implements
ILoggerConfiguration
Inherited Members
LoggerConfiguration.LogPrefixName
LoggerConfiguration.LogPrefixTextColor
LoggerConfiguration.LogPrefixDefaultSeverity
LoggerConfiguration.LogPrefixDefaultCategory
LoggerConfiguration.LogPrefixShowPrefix
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.BotBrain.Logging
Assembly: Phoenix.Plugin.BotBrain.Shared.dll
Syntax
public class LoggingInfo : LoggerConfiguration, ILoggerConfiguration

Constructors

View Source

LoggingInfo()

Initializes a new instance of the LoggingInfo class.

Declaration
public LoggingInfo()

Fields

View Source

OutputPrefix

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
  • View Source
In this article
Back to top Generated by DocFX