OSCR Logger application.
More...
#include "common/OSCR.h"
#include "common/Util.h"
#include "ui.h"
Go to the source code of this file.
|
| namespace | OSCR |
| | Main program.
|
|
|
void | OSCR::Logger::setup () |
|
bool | OSCR::Logger::isEnabled () |
|
void | OSCR::log (char const *const message) |
|
void | OSCR::log (__FlashStringHelper const *const message) |
|
void | OSCR::logLine (void) |
|
void | OSCR::logLine (char const *const message) |
|
void | OSCR::logLine (__FlashStringHelper const *const message) |
|
void | OSCR::logLabel (char const *const label, char const *const message) |
|
void | OSCR::logLabel (__FlashStringHelper const *const label, char const *const message) |
|
void | OSCR::logLabel (__FlashStringHelper const *const label, __FlashStringHelper const *const message) |