The AndroidLogHandler class.
More...
#include <androidloghandler.hpp>
The AndroidLogHandler class.
Redirect logs to android log system. Does nothing if used on a non Android device.
Definition at line 24 of file androidloghandler.hpp.
| qi::log::AndroidLogHandler::AndroidLogHandler |
( |
| ) |
|
Prints a log message on the console.
- Parameters
-
| verb | verbosity of the log message. |
| date | qi::Clock date at which the log message was issued. |
| date | qi::SystemClock 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. |
The documentation for this class was generated from the following file: