cee::LogDestinationConsole

class LogDestinationConsole : public LogDestination

Log destination that writes output to console.

Public Functions

LogDestinationConsole()

Constructs a console log destination.

virtual void log(const LogEvent &logEvent)

Sends a log event to the logger.

virtual Str targetName() const

Return the target name (“Console”)