cee::LogDestinationFile

class LogDestinationFile : public LogDestination

Log destination that writes output to text file.

Public Functions

LogDestinationFile(const Str &fileName)

Constructs a file log destination.

virtual Str targetName() const

Returns the name of this destination - the filename.

virtual void log(const LogEvent &logEvent)

Sends a log event to the logger.