コード例 #1
0
ファイル: Log.cs プロジェクト: zx8326123/LGame
 public Log(string a, int type)
 {
     this.level     = Level.ALL;
     this.logFormat = new LogFormat(true, type);
     this.app       = a;
 }
コード例 #2
0
ファイル: Log.cs プロジェクト: wethinkall/LGame
 public Log(string a, int type)
 {
     this.level = Level.ALL;
     this.logFormat = new LogFormat(true, type);
     this.app = a;
 }