16 #ifndef ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_GUILOGBRIDGE_H_ 17 #define ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_GUILOGBRIDGE_H_ 24 namespace sampleApplications {
25 namespace ipcServerSampleApp {
50 if (
"DEBUG" == logLevel) {
52 }
else if (
"INFO" == logLevel) {
54 }
else if (
"WARN" == logLevel) {
56 }
else if (
"ERROR" == logLevel) {
89 #endif // ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_GUILOGBRIDGE_H_ Intermediate debug log level.
Logs of normal operations, to be used in release builds.
Definition: GUILogBridge.h:66
::std::string string
Definition: gtest-port.h:1097
Log of an event that indicates an error.
Single-thread executor implementation.
Definition: Executor.h:45
IPCLogLevel
Definition: GUILogBridge.h:30
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Log of an event that may indicate a problem.
An unknown severity level.
tuple message
Definition: gtest_output_test.py:331
IPCLogLevel ipcLogLevelFromString(const std::string &logLevel)
Definition: GUILogBridge.h:49