#include "Types/Types.h"
#include <chrono>
#include <functional>
#include <map>
#include <memory>
#include <vector>
Go to the source code of this file.
◆ LOG_CRITICAL
| #define LOG_CRITICAL |
( |
| category, |
|
|
| message ) |
Value:
static Logger & GetInstance()
void Critical(const EmberCore::String &category, const EmberCore::String &message)
Definition at line 117 of file Logger.h.
◆ LOG_ERROR
| #define LOG_ERROR |
( |
| category, |
|
|
| message ) |
Value:
void Error(const EmberCore::String &category, const EmberCore::String &message)
Definition at line 116 of file Logger.h.
◆ LOG_INFO
| #define LOG_INFO |
( |
| category, |
|
|
| message ) |
Value:
void Info(const EmberCore::String &category, const EmberCore::String &message)
Definition at line 114 of file Logger.h.
◆ LOG_TRACE
| #define LOG_TRACE |
( |
| category, |
|
|
| message ) |
Value:
void Trace(const EmberCore::String &category, const EmberCore::String &message)
Definition at line 113 of file Logger.h.
◆ LOG_WARNING
| #define LOG_WARNING |
( |
| category, |
|
|
| message ) |
Value:
void Warning(const EmberCore::String &category, const EmberCore::String &message)
Definition at line 115 of file Logger.h.