Search Results for

    Method Info

    Info(object, string)

    Output log in Info priority

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

    The context where output the log

    string message

    The log message

    In This Article