C# 클래스 Axiom.Core.LogListenerEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
LogListenerEventArgs ( string message, LogMessageLevel lml, bool maskDebug, string logName ) : System

This is called whenever the log recieves a message and is about to write it out

메소드 상세

LogListenerEventArgs() 공개 메소드

This is called whenever the log recieves a message and is about to write it out
public LogListenerEventArgs ( string message, LogMessageLevel lml, bool maskDebug, string logName ) : System
message string The message to be logged
lml LogMessageLevel The message level the log is using
maskDebug bool If we are printing to the console or not
logName string the name of this log (so you can have several listeners for different logs, and identify them)
리턴 System