Search Results for

    Show / Hide Table of Contents

    Class CeresLogger

    Logger of Ceres

    Inheritance
    object
    CeresLogger
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres
    Assembly: cs.temp.dll.dll
    Syntax
    public static class CeresLogger

    Properties

    LogLevel

    The global in Ceres

    Declaration
    public static LogType LogLevel { get; set; }
    Property Value
    Type Description
    LogType

    LogUObjectRelink

    Whether to log relink details

    Declaration
    public static bool LogUObjectRelink { get; set; }
    Property Value
    Type Description
    bool

    Methods

    Assert(bool, string)

    Declaration
    public static void Assert(bool condition, string message)
    Parameters
    Type Name Description
    bool condition
    string message

    Log(string)

    Declaration
    public static void Log(string message)
    Parameters
    Type Name Description
    string message

    LogError(string)

    Declaration
    public static void LogError(string message)
    Parameters
    Type Name Description
    string message

    LogScope(LogType)

    Create a log scope in specific level

    Declaration
    public static CeresLogger.LogLevelAutoScope LogScope(LogType logLevel)
    Parameters
    Type Name Description
    LogType logLevel
    Returns
    Type Description
    CeresLogger.LogLevelAutoScope

    LogWarning(string)

    Declaration
    public static void LogWarning(string message)
    Parameters
    Type Name Description
    string message
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX