Go to the source code of this file.
Namespaces | |
| namespace | OFX |
| namespace | OFX::Log |
Functions | |
| void | indent (void) |
| Indent it, not MP sane at the moment. | |
| void | outdent (void) |
| Outdent it, not MP sane at the moment. | |
| void | setFileName (const std::string &value) |
| Sets the name of the log file. | |
| bool | open (void) |
| Opens the log file, returns whether this was sucessful or not. | |
| void | close (void) |
| Closes the log file. | |
| void | print (const char *format,...) |
| Prints to the log file. | |
| void | warning (bool condition, const char *format,...) |
| Prints to the log file only if the condition is true and prepends a warning notice. | |
| void | error (bool condition, const char *format,...) |
| Prints to the log file only if the condition is true and prepends an error notice. | |
|
|
Closes the log file.
|
|
||||||||||||||||
|
Prints to the log file only if the condition is true and prepends an error notice.
|
|
|
Indent it, not MP sane at the moment.
|
|
|
Opens the log file, returns whether this was sucessful or not.
|
|
|
Outdent it, not MP sane at the moment.
|
|
||||||||||||
|
Prints to the log file.
|
|
|
Sets the name of the log file.
|
|
||||||||||||||||
|
Prints to the log file only if the condition is true and prepends a warning notice.
|
1.3.9.1