Search Results for

    Class RLog.Instance

    Inheritance
    object
    RLog.Instance
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedLoader
    Assembly: RedLoader.dll
    Syntax
    public class RLog.Instance

    Constructors

    Instance(string)

    Declaration
    public Instance(string name)
    Parameters
    Type Name Description
    string name

    Instance(string, ConsoleColor)

    Declaration
    [Obsolete("ConsoleColor is obsolete, use the (string, Color) constructor instead.")]
    public Instance(string name, ConsoleColor color)
    Parameters
    Type Name Description
    string name
    ConsoleColor color

    Instance(string, Color)

    Declaration
    public Instance(string name, Color color)
    Parameters
    Type Name Description
    string name
    Color color

    Methods

    BigError(string)

    Declaration
    public void BigError(string txt)
    Parameters
    Type Name Description
    string txt

    Error(object)

    Declaration
    public void Error(object obj)
    Parameters
    Type Name Description
    object obj

    Error(string)

    Declaration
    public void Error(string txt)
    Parameters
    Type Name Description
    string txt

    Error(string, Exception)

    Declaration
    public void Error(string txt, Exception ex)
    Parameters
    Type Name Description
    string txt
    Exception ex

    Error(string, params object[])

    Declaration
    public void Error(string txt, params object[] args)
    Parameters
    Type Name Description
    string txt
    object[] args

    Msg(ConsoleColor, object)

    Declaration
    public void Msg(ConsoleColor txt_color, object obj)
    Parameters
    Type Name Description
    ConsoleColor txt_color
    object obj

    Msg(ConsoleColor, string)

    Declaration
    public void Msg(ConsoleColor txt_color, string txt)
    Parameters
    Type Name Description
    ConsoleColor txt_color
    string txt

    Msg(ConsoleColor, string, params object[])

    Declaration
    public void Msg(ConsoleColor txt_color, string txt, params object[] args)
    Parameters
    Type Name Description
    ConsoleColor txt_color
    string txt
    object[] args

    Msg(Color, object)

    Declaration
    public void Msg(Color txt_color, object obj)
    Parameters
    Type Name Description
    Color txt_color
    object obj

    Msg(Color, string)

    Declaration
    public void Msg(Color txt_color, string txt)
    Parameters
    Type Name Description
    Color txt_color
    string txt

    Msg(Color, string, params object[])

    Declaration
    public void Msg(Color txt_color, string txt, params object[] args)
    Parameters
    Type Name Description
    Color txt_color
    string txt
    object[] args

    Msg(object)

    Declaration
    public void Msg(object obj)
    Parameters
    Type Name Description
    object obj

    Msg(string)

    Declaration
    public void Msg(string txt)
    Parameters
    Type Name Description
    string txt

    Msg(string, params object[])

    Declaration
    public void Msg(string txt, params object[] args)
    Parameters
    Type Name Description
    string txt
    object[] args

    Warning(object)

    Declaration
    public void Warning(object obj)
    Parameters
    Type Name Description
    object obj

    Warning(string)

    Declaration
    public void Warning(string txt)
    Parameters
    Type Name Description
    string txt

    Warning(string, params object[])

    Declaration
    public void Warning(string txt, params object[] args)
    Parameters
    Type Name Description
    string txt
    object[] args

    WriteLine(Color, int)

    Declaration
    public void WriteLine(Color color, int length = 30)
    Parameters
    Type Name Description
    Color color
    int length

    WriteLine(int)

    Declaration
    public void WriteLine(int length = 30)
    Parameters
    Type Name Description
    int length

    WriteSpacer()

    Declaration
    public void WriteSpacer()