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

Public Types

enum  Level {
  Level::VERBOSE,
  Level::INFO,
  Level::METRIC,
  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

METRIC 

Log of a metric, enabled only for builds with metrics enabled

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.2 - Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0