Search Results for

    Show / Hide Table of Contents

    Class DialogueLogger

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

    Methods

    | Edit this page View Source

    LogError(int, string, Object)

    Declaration
    public static void LogError(int line, string message, Object context = null)
    Parameters
    Type Name Description
    int line
    string message
    Object context
    | Edit this page View Source

    LogError(string, Object)

    Declaration
    public static void LogError(string message, Object context = null)
    Parameters
    Type Name Description
    string message
    Object context
    | Edit this page View Source

    LogVerbose(string, Object)

    Declaration
    public static void LogVerbose(string message, Object context = null)
    Parameters
    Type Name Description
    string message
    Object context
    | Edit this page View Source

    LogWarning(int, int, string, Object)

    Declaration
    public static void LogWarning(int line, int column, string message, Object context = null)
    Parameters
    Type Name Description
    int line
    int column
    string message
    Object context
    | Edit this page View Source

    LogWarning(string, Object)

    Declaration
    public static void LogWarning(string message, Object context = null)
    Parameters
    Type Name Description
    string message
    Object context
    • Edit this page
    • View Source
    In this article
    Back to top Ibralogue Docs