Class ConsoleSinkSystemExt
Inherited Members
Namespace: Unity.Logging.Sinks
Syntax
public static class ConsoleSinkSystemExt
Methods
Console(LoggerWriterConfig, Boolean, Nullable<LogLevel>, Nullable<FixedString512Bytes>)
Declaration
public static LoggerConfig Console(this LoggerWriterConfig writeTo, bool captureStackTrace = false, LogLevel? minLevel = null, FixedString512Bytes? outputTemplate = null)
Parameters
Type | Name | Description |
---|---|---|
LoggerWriterConfig | writeTo | |
Boolean | captureStackTrace | |
Nullable<LogLevel> | minLevel | |
Nullable<FixedString512Bytes> | outputTemplate |
Returns
Type | Description |
---|---|
LoggerConfig |