AppUpdater.Tests.LoggerTests.TestLog.TestLog C# (CSharp) Method

TestLog() public method

public TestLog ( Type type ) : System
type System.Type
return System
            public TestLog(Type type)
            {
                this.Type = type;
            }
LoggerTests.TestLog