AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Variables
LogEntry.cpp File Reference
#include "AVSCommon/Utils/Logger/LogEntry.h"
#include <cstring>
#include <iomanip>
Include dependency graph for LogEntry.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::avsCommon
 
 alexaClientSDK::avsCommon::utils
 
 alexaClientSDK::avsCommon::utils::logger
 

Variables

static const char * alexaClientSDK::avsCommon::utils::logger::RESERVED_METADATA_CHARS = R"(\,=:)"
 List of characters we need to escape. More...
 
static const std::string alexaClientSDK::avsCommon::utils::logger::ESCAPED_METADATA_ESCAPE = R"(\\)"
 Escape sequence for ''. More...
 
static const std::string alexaClientSDK::avsCommon::utils::logger::ESCAPED_PAIR_SEPARATOR = R"(\,)"
 Escape sequence for ','. More...
 
static const std::string alexaClientSDK::avsCommon::utils::logger::ESCAPED_SECTION_SEPARATOR = R"(\:)"
 Escape sequence for ':'. More...
 
static const std::string alexaClientSDK::avsCommon::utils::logger::ESCAPED_KEY_VALUE_SEPARATOR = R"(\=)"
 Escape sequence for '='. More...
 
static const char alexaClientSDK::avsCommon::utils::logger::METADATA_ESCAPE = '\\'
 Reserved in metadata sequences for escaping other reserved values. More...
 
static const char alexaClientSDK::avsCommon::utils::logger::PAIR_SEPARATOR = ','
 Reserved in metadata sequences to separate key,value pairs. More...
 
static const char alexaClientSDK::avsCommon::utils::logger::SECTION_SEPARATOR = ':'
 Reserved in metadata sequences to separate them from a preceding event and an optional terminal message. More...
 
static const std::string alexaClientSDK::avsCommon::utils::logger::BOOL_TRUE = "true"
 String for boolean TRUE. More...
 
static const std::string alexaClientSDK::avsCommon::utils::logger::BOOL_FALSE = "false"
 String for boolean FALSE. More...
 

AlexaClientSDK 1.26.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0