C# 클래스 CqlSharp.Logging.LoggerManager

파일 보기 프로젝트 열기: reuzel/CqlSharp 1 사용 예제들

공개 메소드들

메소드 설명
GetLogger ( string name ) : Logger

Gets a logger instance with the specified name.

LoggerManager ( string loggerFactoryName, LogLevel level ) : System

메소드 상세

GetLogger() 공개 메소드

Gets a logger instance with the specified name.
public GetLogger ( string name ) : Logger
name string The name.
리턴 Logger

LoggerManager() 공개 메소드

public LoggerManager ( string loggerFactoryName, LogLevel level ) : System
loggerFactoryName string
level LogLevel
리턴 System