Search Results for

    Method Warn

    Warn(object, string)

    Output log in Warn priority

    Declaration
    public virtual void Warn(object context, string message)
    Parameters
    Type Name Description
    object context

    The context where output the log

    string message

    The log message

    In This Article