Alexa Auto SDK
4.3
|
Public Types | |
using | Level = aace::logger::LoggerEngineInterface::Level |
Public Member Functions | |
virtual bool | logEvent (aace::logger::Logger::Level level, std::chrono::system_clock::time_point time, const std::string &source, const std::string &message) |
void | log (Level level, const std::string &tag, const std::string &message) |
Logger should be extended handle log events from the AAC SDK.
Specifies the severity level of a log message
|
virtual |
Notifies the platform implementation of a log event from the AAC SDK logger
[in] | level | The log level |
[in] | time | The timestamp of the logged message |
[in] | source | The source of the log message |
[in] | message | The log message |
true
if the platform implementation successfully handled the log event, else false
void aace::logger::Logger::log | ( | Level | level, |
const std::string & | tag, | ||
const std::string & | message | ||
) |
Notifies the Engine to use the AAC SDK logger to log a message originating on the platform. The log event will be received by the platform with a call to logEvent()
from the Engine.
[in] | level | The log level |
[in] | tag | The log tag |
[in] | message | The log message |
Alexa Auto SDK 4.3 - Copyright 2017-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0