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:
Log a debug message.
Deprecated since version 1.12: use qiLogDebug instead
Parameters: |
|
---|
Log an error message.
Deprecated since version 1.12: use qiLogError instead
Parameters: |
|
---|
Log a fatal message.
Deprecated since version 1.12: use qiLogFatal instead
Parameters: |
|
---|
Log an info message.
Deprecated since version 1.12: use qiLogInfo instead
Parameters: |
|
---|
Allows the logger to store logs in a file. Warning: this is not recomended on NAO.
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.
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: |
|
---|
Log an lowDebug message.
Deprecated since version 1.12: use qiLogDebug instead
Parameters: |
|
---|
Log an lowInfo message.
Deprecated since version 1.12: use qiLogVerbose instead
Parameters: |
|
---|
Deprecated since version 1.12: Do not use since you cannot add any handler with the API.
set verbosity: debug, info, warning, error, fatal, silent. Default is info
Deprecated since version 1.12: use qi::log::setVerbosity instead.
Parameters: |
|
---|
Log a warning.
Deprecated since version 1.12: use qiLogWarning instead.
Parameters: |
|
---|