Class UnityDebugLogSinkExt
Inherited Members
Namespace: Unity.Logging.Sinks
Syntax
public static class UnityDebugLogSinkExtMethods
UnityDebugLog(LoggerWriterConfig, Boolean, Nullable<LogLevel>, Nullable<FixedString512Bytes>)
Declaration
public static LoggerConfig UnityDebugLog(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 |