Search Results for

    Method GetPrefix

    GetPrefix(object, string, LogPriority)

    Function to get prefix

    Declaration
    protected override string GetPrefix(object context, string log, LogPriority priority)
    Parameters
    Type Name Description
    object context

    The context where output the log

    string log

    The log message

    LogPriority priority

    Log Priority

    Returns
    Type Description
    string

    The result generated by this prefix

    Overrides
    LogPrefixBase.GetPrefix(object, string, LogPriority)
    In This Article