コード例 #1
0
 public static bool TrySetConfig(LoggerConfig loggerConfig)
 {
     return(lazy.Value.TrySetConfiguration(loggerConfig));
 }