예제 #1
0
		protected ALogDecorater(ALogDecorater decorater = null)
		{
			this.decorater = decorater;
			this.Level = 0;
		}
예제 #2
0
 protected ALogDecorater(ALogDecorater decorater = null)
 {
     this.decorater = decorater;
     this.Level     = 0;
 }