GATE
C/C++ Framework
|
Global log-file based log provider. More...
#include <logging.hpp>
Static Public Member Functions | |
static result_t | start (String const &file, enumint_t log_type=LogProvider::Type_Warning) |
Starts global logging into an output file. | |
static LogProvider | get () |
Returns a log provider instance covering the global file log provider. | |
static result_t | stop () |
Stops logging to output file. |
Global log-file based log provider.
|
static |
Starts global logging into an output file.
[in] | file | Path to output file |
[in] | log_type | Minimum log category (logs below are discarded) |
|
static |
Returns a log provider instance covering the global file log provider.
|
static |
Stops logging to output file.