C# 클래스 TeamMentor.CoreLib.Logger_LogItem

상속: IO2Log
파일 보기 프로젝트 열기: TeamMentor/Master 1 사용 예제들

공개 메소드들

메소드 설명
Logger_LogItem ( ) : System
debug ( string debugMessageFormat ) : void
error ( string errorMessageFormat ) : void
ex ( Exception ex ) : void
ex ( Exception ex, bool showStackTrace ) : void
ex ( Exception ex, string comment ) : void
ex ( Exception ex, string comment, bool showStackTrace ) : void
info ( string infoMessageFormat ) : void
lines ( ) : List
logItem ( Log_Item logItem ) : Log_Item
logItem ( string type, string text ) : Log_Item
logToChache ( string text ) : void
write ( string messageFormat ) : void
writeMemory ( string message ) : string

메소드 상세

Logger_LogItem() 공개 메소드

public Logger_LogItem ( ) : System
리턴 System

debug() 공개 메소드

public debug ( string debugMessageFormat ) : void
debugMessageFormat string
리턴 void

error() 공개 메소드

public error ( string errorMessageFormat ) : void
errorMessageFormat string
리턴 void

ex() 공개 메소드

public ex ( Exception ex ) : void
ex System.Exception
리턴 void

ex() 공개 메소드

public ex ( Exception ex, bool showStackTrace ) : void
ex System.Exception
showStackTrace bool
리턴 void

ex() 공개 메소드

public ex ( Exception ex, string comment ) : void
ex System.Exception
comment string
리턴 void

ex() 공개 메소드

public ex ( Exception ex, string comment, bool showStackTrace ) : void
ex System.Exception
comment string
showStackTrace bool
리턴 void

info() 공개 메소드

public info ( string infoMessageFormat ) : void
infoMessageFormat string
리턴 void

lines() 공개 메소드

public lines ( ) : List
리턴 List

logItem() 공개 메소드

public logItem ( Log_Item logItem ) : Log_Item
logItem Log_Item
리턴 Log_Item

logItem() 공개 메소드

public logItem ( string type, string text ) : Log_Item
type string
text string
리턴 Log_Item

logToChache() 공개 메소드

public logToChache ( string text ) : void
text string
리턴 void

write() 공개 메소드

public write ( string messageFormat ) : void
messageFormat string
리턴 void

writeMemory() 공개 메소드

public writeMemory ( string message ) : string
message string
리턴 string