Alexa Auto SDK  4.3
Public Types | List of all members
aace::logger::LoggerEngineInterface Class Referenceabstract

Public Types

enum  Level {
  Level::VERBOSE,
  Level::INFO,
  Level::WARN,
  Level::ERROR,
  Level::CRITICAL
}
 

Detailed Description

LoggerEngineInterface

Member Enumeration Documentation

◆ Level

Specifies the severity level of a log message

Enumerator
VERBOSE 

Verbose log of an event, enabled only for debug builds

INFO 

Log of a normal event. Used in release builds

WARN 

Log of an event that may indicate a problem

ERROR 

Log of an event that indicates an error

CRITICAL 

Log of an event that indicates an unrecoverable error


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