|
libqi-api
release-2.5.3-2016-11-18
|
#include <journaldloghandler.hpp>
Public Member Functions | |
| void | log (const qi::LogLevel verb, const char *category, const char *msg, const char *file, const char *fct, const int line) |
| Write logs messages on a file. More... | |
This class outputs all logs to journald.
Definition at line 24 of file journaldloghandler.hpp.
| void qi::log::JournaldLogHandler::log | ( | const qi::LogLevel | verb, |
| const char * | category, | ||
| const char * | msg, | ||
| const char * | file, | ||
| const char * | fct, | ||
| const int | line | ||
| ) |
Write logs messages on a file.
| verb | verbosity of the log message. |
| date | date at which the log message was issued. |
| category | will be used in future for filtering |
| msg | actual message to log. |
| file | filename from which this log message was issued. |
| fct | function name from which this log message was issued. |
| line | line number in the issuer file. |