5 #ifndef _IS_SDK_IS_LOG_FILE_H_ 6 #define _IS_SDK_IS_LOG_FILE_H_ 16 cISLogFile(
const std::string& filePath,
const char* mode);
17 cISLogFile(
const char* filePath,
const char* mode);
20 bool open(
const char* filePath,
const char* mode)
OVERRIDE;
28 std::size_t
write(
const void* bytes, std::size_t len)
OVERRIDE;
40 #endif //_IS_SDK_IS_LOG_FILE_H_ std::size_t read(void *bytes, std::size_t len) OVERRIDE
std::size_t write(const void *bytes, std::size_t len) OVERRIDE
int putch(char ch) OVERRIDE
int puts(const char *str) OVERRIDE
int vprintf(const char *format, va_list args) OVERRIDE
int lprintf(const char *format,...) OVERRIDE
bool open(const char *filePath, const char *mode) OVERRIDE