OSCR
Open Source Cartridge Reader
Loading...
Searching...
No Matches
Logger.h File Reference

OSCR Logger application. More...

#include "common/OSCR.h"
#include "common/Util.h"
#include "ui.h"

Go to the source code of this file.

Namespaces

namespace  OSCR
 Main program.

Functions

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)

Variables

OSCR::Storage::File OSCR::Logger::file

Detailed Description

OSCR Logger application.