메소드 | 설명 | |
---|---|---|
CreateLogFile ( string strLogFolderPath ) : bool | ||
WriteException ( string webapplication = "N/A", string ContentDatabase = "N/A", string sitecollection = "N/A", string weburl = "N/A", string elementType = "N/A", string exceptionmessage = "N/A", string exceptiondetail = "N/A", string methodname = "N/A", string exceptionType = "N/A", string exceptionComments = "N/A" ) : void |
메소드 | 설명 | |
---|---|---|
CreateExceptionFile ( string folderPath ) : bool | ||
DoPeriodicFlush ( string sourceFileName ) : void | ||
IsFatal ( |
public CreateLogFile ( string strLogFolderPath ) : bool | ||
strLogFolderPath | string | |
리턴 | bool |
public static WriteException ( string webapplication = "N/A", string ContentDatabase = "N/A", string sitecollection = "N/A", string weburl = "N/A", string elementType = "N/A", string exceptionmessage = "N/A", string exceptiondetail = "N/A", string methodname = "N/A", string exceptionType = "N/A", string exceptionComments = "N/A" ) : void | ||
webapplication | string | |
ContentDatabase | string | |
sitecollection | string | |
weburl | string | |
elementType | string | |
exceptionmessage | string | |
exceptiondetail | string | |
methodname | string | |
exceptionType | string | |
exceptionComments | string | |
리턴 | void |