C# 클래스 Fan.Sys.LogRec

LogRec.
상속: FanObj
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_err Err
m_level LogLevel
m_logName string
m_msg string
m_time DateTime

공개 메소드들

메소드 설명
@typeof ( ) : Type
make ( DateTime time, LogLevel level, string logName, string msg ) : LogRec
make ( DateTime time, LogLevel level, string logName, string msg, Err err ) : LogRec
make_ ( LogRec self, DateTime time, LogLevel level, string logName, string msg ) : void
make_ ( LogRec self, DateTime time, LogLevel level, string logName, string msg, Err err ) : void
print ( ) : void
print ( OutStream @out ) : void
toStr ( ) : string

메소드 상세

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

make() 공개 정적인 메소드

public static make ( DateTime time, LogLevel level, string logName, string msg ) : LogRec
time DateTime
level LogLevel
logName string
msg string
리턴 LogRec

make() 공개 정적인 메소드

public static make ( DateTime time, LogLevel level, string logName, string msg, Err err ) : LogRec
time DateTime
level LogLevel
logName string
msg string
err Err
리턴 LogRec

make_() 공개 정적인 메소드

public static make_ ( LogRec self, DateTime time, LogLevel level, string logName, string msg ) : void
self LogRec
time DateTime
level LogLevel
logName string
msg string
리턴 void

make_() 공개 정적인 메소드

public static make_ ( LogRec self, DateTime time, LogLevel level, string logName, string msg, Err err ) : void
self LogRec
time DateTime
level LogLevel
logName string
msg string
err Err
리턴 void

print() 공개 메소드

public print ( ) : void
리턴 void

print() 공개 메소드

public print ( OutStream @out ) : void
@out OutStream
리턴 void

toStr() 공개 메소드

public toStr ( ) : string
리턴 string

프로퍼티 상세

m_err 공개적으로 프로퍼티

public Err,Fan.Sys m_err
리턴 Err

m_level 공개적으로 프로퍼티

public LogLevel,Fan.Sys m_level
리턴 LogLevel

m_logName 공개적으로 프로퍼티

public string m_logName
리턴 string

m_msg 공개적으로 프로퍼티

public string m_msg
리턴 string

m_time 공개적으로 프로퍼티

public DateTime,Fan.Sys m_time
리턴 DateTime