메소드 | 설명 | |
---|---|---|
FormatString ( string unformatted ) : string | ||
LogError ( this engine, string message ) : void | ||
LogError ( this engine, string subcategory, string errorCode, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message ) : void | ||
LogErrorFromException ( this engine, |
||
LogErrorFromException ( this engine, |
||
LogMessage ( this engine, MessageImportance importance, string message ) : void | ||
LogMessage ( this engine, string message ) : void | ||
LogMessageFromText ( this engine, string lineOfText, MessageImportance importance ) : bool | ||
LogWarning ( this engine, string message ) : void | ||
LogWarning ( this engine, string subcategory, string warningCode, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message ) : void | ||
LogWarningFromException ( this engine, |
||
LogWarningFromException ( this engine, |
메소드 | 설명 | |
---|---|---|
LogErrorFromException ( this engine, |
public static FormatString ( string unformatted ) : string | ||
unformatted | string | |
리턴 | string |
public static LogError ( this engine, string message ) : void | ||
engine | this | |
message | string | |
리턴 | void |
public static LogError ( this engine, string subcategory, string errorCode, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message ) : void | ||
engine | this | |
subcategory | string | |
errorCode | string | |
helpKeyword | string | |
file | string | |
lineNumber | int | |
columnNumber | int | |
endLineNumber | int | |
endColumnNumber | int | |
message | string | |
리턴 | void |
public static LogErrorFromException ( this engine, |
||
engine | this | |
e | ||
리턴 | void |
public static LogErrorFromException ( this engine, |
||
engine | this | |
e | ||
showStackTrace | bool | |
리턴 | void |
public static LogMessage ( this engine, MessageImportance importance, string message ) : void | ||
engine | this | |
importance | MessageImportance | |
message | string | |
리턴 | void |
public static LogMessage ( this engine, string message ) : void | ||
engine | this | |
message | string | |
리턴 | void |
public static LogMessageFromText ( this engine, string lineOfText, MessageImportance importance ) : bool | ||
engine | this | |
lineOfText | string | |
importance | MessageImportance | |
리턴 | bool |
public static LogWarning ( this engine, string message ) : void | ||
engine | this | |
message | string | |
리턴 | void |
public static LogWarning ( this engine, string subcategory, string warningCode, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message ) : void | ||
engine | this | |
subcategory | string | |
warningCode | string | |
helpKeyword | string | |
file | string | |
lineNumber | int | |
columnNumber | int | |
endLineNumber | int | |
endColumnNumber | int | |
message | string | |
리턴 | void |
public static LogWarningFromException ( this engine, |
||
engine | this | |
e | ||
리턴 | void |
public static LogWarningFromException ( this engine, |
||
engine | this | |
e | ||
showStackTrace | bool | |
리턴 | void |