API reference
API reference
Select your platform
No SDKs available
No versions available

LoggerOptions Class

Holds options to customize logging.

Constructors

LoggerOptions ( minimumVerbosity , suppressionLevel , stackTraceLevel , colorLogs , linkToCallSite )
Initialize the options class/
Signature
Meta.Voice.Logging.LoggerOptions.LoggerOptions(VLoggerVerbosity minimumVerbosity, VLoggerVerbosity suppressionLevel, VLoggerVerbosity stackTraceLevel, bool colorLogs=false, bool linkToCallSite=false)
Parameters
minimumVerbosity: VLoggerVerbosity
suppressionLevel: VLoggerVerbosity
stackTraceLevel: VLoggerVerbosity
colorLogs: bool
linkToCallSite: bool

Fields

ColorLogs : bool
Whether or not to color the logs.
Signature
bool Meta.Voice.Logging.LoggerOptions.ColorLogs
LinkToCallSite : bool
Whether or not to link to the call site.
Signature
bool Meta.Voice.Logging.LoggerOptions.LinkToCallSite
MinimumVerbosity : VLoggerVerbosity
Minimum verbosity to write.
Signature
VLoggerVerbosity Meta.Voice.Logging.LoggerOptions.MinimumVerbosity
StackTraceLevel : VLoggerVerbosity
StackTrace inclusion level.
Signature
VLoggerVerbosity Meta.Voice.Logging.LoggerOptions.StackTraceLevel
SuppressionLevel : VLoggerVerbosity
Suppression level.
Signature
VLoggerVerbosity Meta.Voice.Logging.LoggerOptions.SuppressionLevel

Methods

CopyFrom ( other )
Signature
void Meta.Voice.Logging.LoggerOptions.CopyFrom(LoggerOptions other)
Parameters
Returns
void