Class Consts
FixedString representation of LogLevel
Inherited Members
Namespace: Unity.Logging
Assembly: solution.dll
Syntax
public static class Consts
Fields
Name | Description |
---|---|
DebugString | Log.Debug |
ErrorString | Log.Error |
FatalString | Log.Fatal |
InfoString | Log.Info |
VerboseString | Log.Verbose |
WarningString | Log.Warning |