Method WarnIfThrows
WarnIfThrows(IFluentLog, Action, string)
Declaration
public static void WarnIfThrows(this IFluentLog This, Action block, string message = null)
Parameters
WarnIfThrows(IFluentLog, Func<Task>, string)
Declaration
public static Task WarnIfThrows(this IFluentLog This, Func<Task> block, string message = null)
Parameters
Returns
WarnIfThrows<T>(IFluentLog, Func<Task<T>>, string)
Declaration
public static Task<T> WarnIfThrows<T>(this IFluentLog This, Func<Task<T>> block, string message = null)
Parameters
Returns
Type Parameters