NAOqi Core - Overview | API
Namespace : AL
#include <alproxies/alloggerproxy.h>
As any module, this module inherits methods from ALModule API. It also has the following specific methods:
Deprecated since version 1.12: use qiLogDebug instead
Log a debug message.
Parameters: |
|
---|
Deprecated since version 1.12: use qiLogError instead
Log an error message.
Parameters: |
|
---|
Deprecated since version 1.12: use qiLogFatal instead
Log a fatal message.
Parameters: |
|
---|
Deprecated since version 1.12: use qiLogInfo instead
Log an info message.
Parameters: |
|
---|
Deprecated since version 1.12: create your own log handler with qilog and add it with qi::log::addHandler. See libqi documentation for more details.
Allows the logger to store logs in a file. Warning: this is not recommended on NAO.
Parameters: |
|
---|
Warning
Should not be used.
Publish logs to a Log Forwarder. Pass an empty string in order to use the default value: tcp://localhost:5099
Parameters: |
|
---|
Deprecated since version 1.12: use qiLogDebug instead
Log an lowDebug message.
Parameters: |
|
---|
Deprecated since version 1.12: use qiLogVerbose instead.
Log an lowInfo message.
Parameters: |
|
---|
Deprecated since version 1.12: do not use since you cannot add any handler with the API.
Deprecated since version 1.12: use qi::log::setVerbosity instead.
set verbosity: debug, verbose, info, warning, error, fatal, silent. Default is info
Parameters: |
|
---|
Deprecated since version 1.12: use qi::log::verbosity instead.
Get verbosity level of qi logs: debug(6), verbose(5), info(4), warning(3), error(2), fatal(1), silent(0). Default is info.
Parameters: |
|
---|
Deprecated since version 1.12: use qiLogWarning instead.
Log a warning.
Parameters: |
|
---|