C# 클래스 FluentSharp.CoreLib.API.Logger_File_Append

상속: IO2Log
파일 보기 프로젝트 열기: TeamMentor/Master

공개 메소드들

메소드 설명
Logger_File_Append ( string targetFile ) : 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
logToChache ( string text ) : void
write ( string messageFormat ) : void

비공개 메소드들

메소드 설명
writeLine ( string message ) : void

메소드 상세

Logger_File_Append() 공개 메소드

public Logger_File_Append ( string targetFile ) : System
targetFile string
리턴 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

logToChache() 공개 메소드

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

write() 공개 메소드

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