Search Results for

    Show / Hide Table of Contents

    Class DevLog

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

    Properties

    | Edit this page View Source

    ShowCallerMemberName

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

    Methods

    | Edit this page View Source

    Blue(string, string, string)

    Declaration
    public static void Blue(string msg, string cm = "", string cf = "")
    Parameters
    Type Name Description
    string msg
    string cm
    string cf
    | Edit this page View Source

    Error(string, string, string)

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

    Exception(Exception, string, string)

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

    Info(string, string, string)

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

    Mark(int)

    Declaration
    public static void Mark(int num)
    Parameters
    Type Name Description
    int num
    | Edit this page View Source

    Mark(string)

    Declaration
    public static void Mark(string message)
    Parameters
    Type Name Description
    string message
    | Edit this page View Source

    NativeError(string, object)

    Declaration
    public static void NativeError(string msg, object sender = null)
    Parameters
    Type Name Description
    string msg
    object sender
    | Edit this page View Source

    NativeInfo(string, object)

    Declaration
    public static void NativeInfo(string msg, object sender = null)
    Parameters
    Type Name Description
    string msg
    object sender
    | Edit this page View Source

    NativeWarning(string, object)

    Declaration
    public static void NativeWarning(string msg, object sender = null)
    Parameters
    Type Name Description
    string msg
    object sender
    | Edit this page View Source

    NullCheck(int, object)

    Declaration
    public static void NullCheck(int order, object toCheck)
    Parameters
    Type Name Description
    int order
    object toCheck
    | Edit this page View Source

    Orange(string, string, string)

    Declaration
    public static void Orange(string msg, string cm = "", string cf = "")
    Parameters
    Type Name Description
    string msg
    string cm
    string cf
    | Edit this page View Source

    Print(DevLogType, string, string, object)

    Declaration
    public static void Print(DevLogType logType, string msg, string tag, object sender)
    Parameters
    Type Name Description
    DevLogType logType
    string msg
    string tag
    object sender
    | Edit this page View Source

    Print(DevLogType, string, string, string, string)

    Declaration
    public static void Print(DevLogType type, string msg, string cm = null, string cf = null, string tag = null)
    Parameters
    Type Name Description
    DevLogType type
    string msg
    string cm
    string cf
    string tag
    | Edit this page View Source

    PrintException(DevLogType, Exception, string, string, string)

    Declaration
    public static void PrintException(DevLogType type, Exception ex, string cm, string cf, string tag = null)
    Parameters
    Type Name Description
    DevLogType type
    Exception ex
    string cm
    string cf
    string tag
    | Edit this page View Source

    PrintLog(string, Log, string, string)

    Declaration
    public static void PrintLog(string tag, Log log, string cm = "", string cf = "")
    Parameters
    Type Name Description
    string tag
    Log log
    string cm
    string cf
    | Edit this page View Source

    Red(string, string, string)

    Declaration
    public static void Red(string msg, string cm = "", string cf = "")
    Parameters
    Type Name Description
    string msg
    string cm
    string cf
    | Edit this page View Source

    Success(string, string, string)

    Declaration
    public static void Success(string msg, string cm = "", string cf = "")
    Parameters
    Type Name Description
    string msg
    string cm
    string cf
    | Edit this page View Source

    Warning(Exception, string, string)

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

    Warning(string, string, string)

    Declaration
    public static void Warning(string msg, string callerMemberName = "", string callerFilePath = "")
    Parameters
    Type Name Description
    string msg
    string callerMemberName
    string callerFilePath
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation