7#ifndef __BRIDGE_FILELOGGER_H__
8#define __BRIDGE_FILELOGGER_H__
Declaration of the ILogger interface, along with the CreateLogger() and DestroyLogger() functions use...
ILogger * CreateFileLogger(const char *filename)
Create an instance of an ILogger that outputs to a file.
void DestroyFileLogger(ILogger *logger)
Destroy the given instance of an ILogger for outputting to a file.