7#ifndef CFILELOGGER_INTERFACE_H
9#define CFILELOGGER_INTERFACE_H
void CFileLogger_Destroy(CFileLogger argCFileLogger, idrs_exception *pargException)
Destroys a CFileLogger handle.
void CFileLogger_OnReceivedMessage(CFileLogger argCFileLogger, enum SeverityLevel const evMessageSeverityLevel, const idrs_string strMessage, idrs_exception *pargException)
OnReceivedMessage is a method which will be called on reception of meaningful events to provide infor...
CFileLogger CFileLogger_Create(const idrs_string strFilePath, idrs_exception *pargException)
Creates an object with the given characteristics.
Interface for CObjPtr wrapper.
SeverityLevel
The SeverityLevel defines the severity level of the events that are logged and can be received by an ...
Definition EnumDefinitions_interface.h:99
Interface for ILogger wrapper.
Class that handles a string of characters.