AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Variables
ConsolePrinter.cpp File Reference
#include <iostream>
#include <algorithm>
#include <cmath>
#include <AVSCommon/Utils/CoutMutex.h>
#include "SampleApp/ConsolePrinter.h"
Include dependency graph for ConsolePrinter.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::sampleApp
 

Variables

static const size_t PADDING_LENGTH = 8
 

Variable Documentation

◆ PADDING_LENGTH

const size_t PADDING_LENGTH = 8
static

When using pretty print, we pad our strings in the beginning and in the end with the margin representation '#' and 7 spaces. E.g., if I pass "Hello world!" string, pretty print will look like:

Hello world!

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