|
iDRS™ SDK 16
|
#include <idrs_common.h>
The CFileLogger class is an iDRS implementation of the ILogger interface. It exposes a default iDRS Logger that can be used to log messages during an operation.
This class will write log messages to a file on disk. Note that each instance of CFileLogger must use a unique file. Having several loggers using the same file results in undefined behavior.
Log entries are expressed by this class as per the following pattern: YYYY-MM-DD hh:mm:ss [severity level] [message]