A constructor for the ExtendedFileLogger Logger.
A constructor for the ExtendedFileLogger Logger that takes a reference to a File. The File passed must be open for all the log call to the ExtendedFileLogger. If the File gets closed, using the ExtendedFileLogger for logging will result in undefined behaviour.
A constructor for the ExtendedFileLogger Logger that takes a reference to a File. The File passed must be open for all the log call to the ExtendedFileLogger. If the File gets closed, using the ExtendedFileLogger for logging will result in undefined behaviour.
This method overrides the base class method in order to call the log pattern
Extends FileLogger to support configurable pattern