|
void | close () |
|
void | write (const std::string &a_string) const |
|
void | writef (const char *a_format,...) const |
|
Definition at line 14 of file log_file.
◆ log_file()
tools::log_file::log_file |
( |
const log_file & |
| ) |
|
|
inlineprotected |
◆ close()
void tools::log_file::close |
( |
| ) |
|
|
inline |
◆ get()
static log_file& tools::log_file::get |
( |
| ) |
|
|
inlinestatic |
Definition at line 16 of file log_file.
17 static log_file s_log_file;
◆ operator=()
◆ write()
void tools::log_file::write |
( |
const std::string & |
a_string | ) |
const |
|
inline |
Definition at line 42 of file log_file.
44 if(::fprintf(
m_FILE,
"%s",a_string.c_str())<0) {}
◆ writef()
void tools::log_file::writef |
( |
const char * |
a_format, |
|
|
|
... |
|
) |
| const |
|
inline |
Definition at line 46 of file log_file.
50 va_start(args,a_format);
◆ m_FILE
FILE* tools::log_file::m_FILE |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/log_file