EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Method LogIfThrows

    LogIfThrows(IFluentLog, LogLevel, string, Action)

    Declaration
    public static void LogIfThrows(this IFluentLog logger, LogLevel level, string message, Action block)
    Parameters
    Type Name Description
    IFluentLog logger
    LogLevel level
    string message
    Action block

    LogIfThrows(IFluentLog, LogLevel, string, Func<Task>)

    Declaration
    public static Task LogIfThrows(this IFluentLog logger, LogLevel level, string message, Func<Task> block)
    Parameters
    Type Name Description
    IFluentLog logger
    LogLevel level
    string message
    Func<Task> block
    Returns
    Type Description
    Task

    LogIfThrows<T>(IFluentLog, LogLevel, string, Func<Task<T>>)

    Declaration
    public static Task<T> LogIfThrows<T>(this IFluentLog logger, LogLevel level, string message, Func<Task<T>> block)
    Parameters
    Type Name Description
    IFluentLog logger
    LogLevel level
    string message
    Func<Task<T>> block
    Returns
    Type Description
    Task<T>
    Type Parameters
    Name Description
    T
    © Xab3r. All rights reserved.