Search Results for

    Show / Hide Table of Contents

    Interface ILogger

    Namespace: Glitch9
    Assembly: Glitch9.dll
    Syntax
    public interface ILogger

    Properties

    | Edit this page View Source

    LogLevel

    Declaration
    TraceLevel LogLevel { get; }
    Property Value
    Type Description
    TraceLevel
    | Edit this page View Source

    Tag

    Declaration
    string Tag { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    Error(string, string, string)

    Declaration
    void Error(string message, string callerMemberName = "", string callerFilePath = "")
    Parameters
    Type Name Description
    string message
    string callerMemberName
    string callerFilePath
    | Edit this page View Source

    Exception(Exception, string, string)

    Declaration
    void Exception(Exception exception, string callerMemberName = "", string callerFilePath = "")
    Parameters
    Type Name Description
    Exception exception
    string callerMemberName
    string callerFilePath
    | Edit this page View Source

    Info(string, string, string)

    Declaration
    void Info(string message, string callerMemberName = "", string callerFilePath = "")
    Parameters
    Type Name Description
    string message
    string callerMemberName
    string callerFilePath
    | Edit this page View Source

    PrintLog(Log, string, string)

    Declaration
    void PrintLog(Log log, string callerMemberName = "", string callerFilePath = "")
    Parameters
    Type Name Description
    Log log
    string callerMemberName
    string callerFilePath
    | Edit this page View Source

    Verbose(string, string, string)

    Declaration
    void Verbose(string message, string callerMemberName = "", string callerFilePath = "")
    Parameters
    Type Name Description
    string message
    string callerMemberName
    string callerFilePath
    | Edit this page View Source

    Warning(string, string, string)

    Declaration
    void Warning(string message, string callerMemberName = "", string callerFilePath = "")
    Parameters
    Type Name Description
    string message
    string callerMemberName
    string callerFilePath

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation