Search Results for

    Show / Hide Table of Contents

    Class i5Debug

    Logger class for writing messages to the console

    Inheritance
    Object
    i5Debug
    Namespace: i5.Toolkit.Core.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public static class i5Debug

    Methods

    Log(Object, MonoBehaviour)

    Logs a formatted message to the Unity console

    Declaration
    public static void Log(object message, MonoBehaviour sender)
    Parameters
    Type Name Description
    Object message

    The message to log

    MonoBehaviour sender

    The sender of the message

    Log(Object, Object)

    Logs a formatted message to the Unity console

    Declaration
    public static void Log(object message, object sender)
    Parameters
    Type Name Description
    Object message

    The message to log

    Object sender

    The sender of the message

    LogError(Object, MonoBehaviour)

    Logs a formatted error message to the Unity console

    Declaration
    public static void LogError(object message, MonoBehaviour sender)
    Parameters
    Type Name Description
    Object message

    The message to log

    MonoBehaviour sender

    The sender of the message

    LogError(Object, Object)

    Logs a formatted error message to the Unity console

    Declaration
    public static void LogError(object message, object sender)
    Parameters
    Type Name Description
    Object message

    The message to log

    Object sender

    The sender of the message

    LogWarning(Object, MonoBehaviour)

    Logs a formatted warning message to the Unity console

    Declaration
    public static void LogWarning(object message, MonoBehaviour sender)
    Parameters
    Type Name Description
    Object message

    The message to log

    MonoBehaviour sender

    The sender of the message

    LogWarning(Object, Object)

    Logs a formatted warning message to the Unity console

    Declaration
    public static void LogWarning(object message, object sender)
    Parameters
    Type Name Description
    Object message

    The message to log

    Object sender

    The sender of the message

    In This Article
    Back to top i5 Toolkit Documentation