Class CeresLogger
- Namespace
- Ceres
- Assembly
- cs.temp.dll.dll
Logger of Ceres
public static class CeresLogger
- Inheritance
-
objectCeresLogger
- Inherited Members
-
object.Equals(object)object.Equals(object, object)object.GetHashCode()object.GetType()object.MemberwiseClone()object.ReferenceEquals(object, object)object.ToString()
Properties
LogLevel
The global
public static LogType LogLevel { get; set; }
Property Value
- LogType
LogUObjectRelink
Whether to log
public static bool LogUObjectRelink { get; set; }
Property Value
- bool
Methods
Assert(bool, string)
public static void Assert(bool condition, string message)
Parameters
conditionboolmessagestring
Log(string)
public static void Log(string message)
Parameters
messagestring
LogError(string)
public static void LogError(string message)
Parameters
messagestring
LogScope(LogType)
Create a log scope in specific level
public static CeresLogger.LogLevelAutoScope LogScope(LogType logLevel)
Parameters
logLevelLogType
Returns
LogWarning(string)
public static void LogWarning(string message)
Parameters
messagestring