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