 | UtilsErrorLogWrite Method |
에러로그 write
- 저장경로는 Mcc.Series.Common.GVariable.DirLogPath
Namespace:
Mcc.Series.Common
Assembly:
Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void ErrorLogWrite(
string formName,
string functionName,
string errMsg,
string note
)
Parameters
- formName
- Type: SystemString
에러가 발생한 폼명 - functionName
- Type: SystemString
에러가 발생한 메쏘드또는 이벤트명 - errMsg
- Type: SystemString
에러메세지 - note
- Type: SystemString
참고사항
See Also