コード例 #1
0
ファイル: CustomLogger.cs プロジェクト: bodyk/BSA-Core
 public CustomLogger(CustomLoggerConfiguration config)
     : this("", config)
 {
 }
コード例 #2
0
ファイル: CustomLogger.cs プロジェクト: bodyk/BSA-Core
 public CustomLogger(string name, CustomLoggerConfiguration config)
 {
     _name   = name;
     _config = config;
 }
コード例 #3
0
 public CustomLoggerProvider(CustomLoggerConfiguration config)
 {
     _config = config;
 }