示例#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);
 }