C# 클래스 Sharpex2D.Debug.Logging.LogManager

파일 보기 프로젝트 열기: ThuCommix/Sharpex2D

공개 메소드들

메소드 설명
GetClassLogger ( ) : Logger

Gets the class logger.

GetLogger ( Type type ) : Logger

Gets the logger.

비공개 메소드들

메소드 설명
LogManager ( ) : System

Initializes a new LogManager class.

Trace ( string message, LogLevel level ) : void

Traces the message.

메소드 상세

GetClassLogger() 공개 정적인 메소드

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

GetLogger() 공개 정적인 메소드

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