Adaptive AUTOSAR Logging. More...
Classes | |
class | Argument |
A payload (quantity) with an unit wrapper. More... | |
class | Logger |
Logger of a specific context. More... | |
class | LoggingFramework |
Logging framework which links loggers to a log sink. More... | |
class | LogStream |
A stream pipeline to combine log entities. More... | |
Enumerations | |
enum class | LogLevel : std::uint8_t { kOff = 0x00 , kFatal = 0x01 , kError = 0x02 , kWarn = 0x03 , kInfo = 0x04 , kDebug = 0x05 , kVerbose = 0x06 } |
Log severity level. More... | |
enum class | LogMode : std::uint8_t { kRemote = 0x01 , kFile = 0x02 , kConsole = 0x04 } |
Log sink mode. More... | |
enum class | ClientState : std::int8_t { kUnknown = -1 , kNotConnected = 0 , kConnected = 1 } |
Logging client connection state. More... | |
Adaptive AUTOSAR Logging.
|
strong |
|
strong |
|
strong |