Пример #1
0
 public static string Format(UserLogState state, Exception exception)
 {
     return(string.Empty);
 }
Пример #2
0
 public static void LogWrite(ILogger logger, LogLevel level, int action, UserLogState state, Exception exception)
 {
     logger.Log <UserLogState>(level, action, state, exception, Format);
 }