The Class Logger represents a logger context. A context can be seen as a logger instance within one application or process scope.
Include
#include <logger.h>
Syntax
amsr::log::Logger
Member functions
Name | Description | Access |
---|---|---|
Set log level of logger instance | Public | |
The Application can check if current configured log will pass desired log level. | Public | |
Get a | Public | |
Get a | Public | |
Get a | Public | |
Get a | Public | |
Get a | Public | |
Get a | Public | |
Get a | Public |
Friends
class LogStream
: Friend declaration for streams.

Note: After the logging framework has been deinitialized no APIs or objects from the ara::log
nor amsr::log
namespace may be used. This also implies that no references to ara::log::Logger
or any other objects may be held or used.