Table of Contents

Class CeresLogger

Namespace
Ceres
Assembly
cs.temp.dll.dll

Logger of Ceres

public static class CeresLogger
Inheritance
object
CeresLogger
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 in Ceres

public static LogType LogLevel { get; set; }

Property Value

LogType

Whether to log relink details

public static bool LogUObjectRelink { get; set; }

Property Value

bool

Methods

Assert(bool, string)

public static void Assert(bool condition, string message)

Parameters

condition bool
message string

Log(string)

public static void Log(string message)

Parameters

message string

LogError(string)

public static void LogError(string message)

Parameters

message string

LogScope(LogType)

Create a log scope in specific level

public static CeresLogger.LogLevelAutoScope LogScope(LogType logLevel)

Parameters

logLevel LogType

Returns

CeresLogger.LogLevelAutoScope

LogWarning(string)

public static void LogWarning(string message)

Parameters

message string