NodeUtilsLoggerExistLog()On this pageExistLog()존재 로그를 출력하는 함수입니다. Signature existLog: (value: string) => void Parameters ParameterTypeDescriptionvaluestring존재 로그에 추가할 값 Returns void Example // 존재 로그를 출력하는 예시existLog('File exists.');