C# 클래스 RaumfeldNET.Log.LogWriter

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

공개 메소드들

메소드 설명
LogWriter ( ) : System
setLogFilePath ( String _logFilePath ) : void
setLogLevel ( LogType _logTypeLevel ) : void
writeLog ( LogType _logType, String _log, Exception _exception = null, Object _additionalInfoObject = null ) : void

보호된 메소드들

메소드 설명
buildAdditionalObjectLogFilePathName ( ) : String
buildExceptionLogFilePathName ( ) : String
buildLogFilePathName ( ) : String
isLogTypeLogged ( LogType _logType ) : System.Boolean
writeAdditionalObjectLog ( Object _additionalObject ) : void
writeExceptionLog ( Exception _e ) : void
writeSystemInformation ( StreamWriter _streamWriter ) : void

메소드 상세

LogWriter() 공개 메소드

public LogWriter ( ) : System
리턴 System

buildAdditionalObjectLogFilePathName() 보호된 메소드

protected buildAdditionalObjectLogFilePathName ( ) : String
리턴 String

buildExceptionLogFilePathName() 보호된 메소드

protected buildExceptionLogFilePathName ( ) : String
리턴 String

buildLogFilePathName() 보호된 메소드

protected buildLogFilePathName ( ) : String
리턴 String

isLogTypeLogged() 보호된 메소드

protected isLogTypeLogged ( LogType _logType ) : System.Boolean
_logType LogType
리턴 System.Boolean

setLogFilePath() 공개 메소드

public setLogFilePath ( String _logFilePath ) : void
_logFilePath String
리턴 void

setLogLevel() 공개 메소드

public setLogLevel ( LogType _logTypeLevel ) : void
_logTypeLevel LogType
리턴 void

writeAdditionalObjectLog() 보호된 메소드

protected writeAdditionalObjectLog ( Object _additionalObject ) : void
_additionalObject Object
리턴 void

writeExceptionLog() 보호된 메소드

protected writeExceptionLog ( Exception _e ) : void
_e System.Exception
리턴 void

writeLog() 공개 메소드

public writeLog ( LogType _logType, String _log, Exception _exception = null, Object _additionalInfoObject = null ) : void
_logType LogType
_log String
_exception System.Exception
_additionalInfoObject Object
리턴 void

writeSystemInformation() 보호된 메소드

protected writeSystemInformation ( StreamWriter _streamWriter ) : void
_streamWriter System.IO.StreamWriter
리턴 void