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