C# 클래스 DotLog.Logger

An instance of this logger will write the formatted output of the Log method to the supplied log action.
상속: ILogger
파일 보기 프로젝트 열기: subfuzion/dotlog

공개 메소드들

메소드 설명
Log ( string message, LogLevel logLevel = LogLevel.Verbose, string category = null ) : LogEntry

Write the log entry to the output destination.

Logger ( Action logAction, LogLevel logLevel = DefaultLogLevel ) : System
Logger ( LogLevel logLevel = LogLevel.Verbose ) : System

메소드 상세

Log() 공개 메소드

Write the log entry to the output destination.
public Log ( string message, LogLevel logLevel = LogLevel.Verbose, string category = null ) : LogEntry
message string Must not be null or empty
logLevel LogLevel
category string
리턴 LogEntry

Logger() 공개 메소드

public Logger ( Action logAction, LogLevel logLevel = DefaultLogLevel ) : System
logAction Action
logLevel LogLevel
리턴 System

Logger() 공개 메소드

public Logger ( LogLevel logLevel = LogLevel.Verbose ) : System
logLevel LogLevel
리턴 System