Base.ALogDecorater.ALogDecorater C# (CSharp) Method

ALogDecorater() protected method

protected ALogDecorater ( ALogDecorater decorater = null )
decorater ALogDecorater
		protected ALogDecorater(ALogDecorater decorater = null)
		{
			this.decorater = decorater;
			this.Level = 0;
		}