AdvancedLauncher.Management.LogManager.InitializeLogFor C# (CSharp) Method

InitializeLogFor() public method

public InitializeLogFor ( Type type ) : void
type System.Type
return void
        public void InitializeLogFor(Type type)
        {
            LOGGER = log4net.LogManager.GetLogger(type);
        }