#include <log4MC.h>
|
static void | Setup (const char *hostName, MCLoggingConfiguration *config) |
|
static void | wifiIsConnected (bool connected) |
|
static void | vlogf (uint8_t level, const char *fmt,...) |
|
static void | log (uint8_t level, const char *message) |
|
static void | debug (const char *message) |
|
static void | info (const char *message) |
|
static void | info (String message) |
|
static void | warn (const char *message) |
|
static void | error (const char *message) |
|
static void | fatal (const char *message) |
|
◆ debug()
void log4MC::debug |
( |
const char * | message | ) |
|
|
static |
◆ error()
void log4MC::error |
( |
const char * | message | ) |
|
|
static |
◆ fatal()
void log4MC::fatal |
( |
const char * | message | ) |
|
|
static |
◆ info() [1/2]
void log4MC::info |
( |
const char * | message | ) |
|
|
static |
◆ info() [2/2]
void log4MC::info |
( |
String | message | ) |
|
|
static |
◆ log()
void log4MC::log |
( |
uint8_t | level, |
|
|
const char * | message ) |
|
static |
◆ Setup()
◆ vlogf()
void log4MC::vlogf |
( |
uint8_t | level, |
|
|
const char * | fmt, |
|
|
| ... ) |
|
static |
◆ warn()
void log4MC::warn |
( |
const char * | message | ) |
|
|
static |
◆ wifiIsConnected()
void log4MC::wifiIsConnected |
( |
bool | connected | ) |
|
|
static |
The documentation for this class was generated from the following files:
- /home/hilbert/src/MattzoStuff/MattzoControllers/src/lib/MCNetwork/log4MC.h
- /home/hilbert/src/MattzoStuff/MattzoControllers/src/lib/MCNetwork/log4MC.cpp