7#ifndef __BRIDGE_CONSOLELOGGER_H__
8#define __BRIDGE_CONSOLELOGGER_H__
Declaration of the ILogger interface, along with the CreateLogger() and DestroyLogger() functions use...
void DestroyConsoleLogger(ILogger *logger)
Destroy the given instance of an ILogger for outputting to a console.
ILogger * CreateConsoleLogger(void)
Create an instance of an ILogger that outputs to a console.