Search Results for

    Show / Hide Table of Contents

    Class Log

    Inheritance
    object
    Log
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9
    Assembly: Glitch9.dll
    Syntax
    public sealed class Log

    Constructors

    | Edit this page View Source

    Log(TraceLevel, string)

    Declaration
    public Log(TraceLevel level, string message)
    Parameters
    Type Name Description
    TraceLevel level
    string message

    Fields

    | Edit this page View Source

    level

    Declaration
    public readonly TraceLevel level
    Field Value
    Type Description
    TraceLevel
    | Edit this page View Source

    message

    Declaration
    public readonly string message
    Field Value
    Type Description
    string

    Methods

    | Edit this page View Source

    Error(string)

    Declaration
    public static Log Error(string message)
    Parameters
    Type Name Description
    string message
    Returns
    Type Description
    Log
    | Edit this page View Source

    Info(string)

    Declaration
    public static Log Info(string message)
    Parameters
    Type Name Description
    string message
    Returns
    Type Description
    Log
    | Edit this page View Source

    Verbose(string)

    Declaration
    public static Log Verbose(string message)
    Parameters
    Type Name Description
    string message
    Returns
    Type Description
    Log
    | Edit this page View Source

    Warning(string)

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

    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