AwesomeStudioPedal
A programmable, multi-profile foot controller for DAWs, score readers, and studio automation
Loading...
Searching...
No Matches
i_logger.h File Reference

Go to the source code of this file.

Classes

class  ILogger
 Interface for logging functionality. More...
 

Functions

ILoggercreateLogger ()
 Creates a logger instance.
 

Function Documentation

◆ createLogger()

ILogger * createLogger ( )

Creates a logger instance.

Returns
Pointer to a logger implementation

Creates a logger instance.

Returns
Pointer to the singleton SerialLogger instance

Definition at line 55 of file serial_logger.cpp.