コード例 #1
0
 public bool IsEnabled(Microsoft.Extensions.Logging.LogLevel logLevel)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void Log <TState>(Microsoft.Extensions.Logging.LogLevel logLevel, EventId eventId, TState state, Exception exception, Func <TState, Exception, string> formatter)
 {
     throw new NotImplementedException();
 }