C# Class Sharpex2D.Debug.Logging.LogManager

显示文件 Open project: ThuCommix/Sharpex2D

Public Methods

Method Description
GetClassLogger ( ) : Logger

Gets the class logger.

GetLogger ( Type type ) : Logger

Gets the logger.

Private Methods

Method Description
LogManager ( ) : System

Initializes a new LogManager class.

Trace ( string message, LogLevel level ) : void

Traces the message.

Method Details

GetClassLogger() public static method

Gets the class logger.
public static GetClassLogger ( ) : Logger
return Logger

GetLogger() public static method

Gets the logger.
public static GetLogger ( Type type ) : Logger
type System.Type The Type.
return Logger