 | UtilsWriteLog Method (String, String, String, Int32) |
로그기록을 Write 합니다.
Namespace:
Mcc.Series.Common
Assembly:
Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string WriteLog(
string filePath,
string fileName,
string text,
int nameMode
)
Parameters
- filePath
- Type: SystemString
파일경로 - fileName
- Type: SystemString
파일명 - text
- Type: SystemString
로그내용 - nameMode
- Type: SystemInt32
파일명 생성모드 (0:날짜추가없음, 1:자동으로날짜추가)
Return Value
Type:
String작업결과 여부 (null : 성공, 그외의 문자열 : 에러메세지)
See Also