Log destination that writes output to console. More...
Public Member Functions | |
LogDestinationConsole () | |
Constructs a console log destination. More... | |
virtual void | log (const LogEvent &logEvent) |
Sends a log event to the logger. More... | |
virtual Str | targetName () const |
Return the target name ("Console") More... | |
![]() | |
void | addRef () const |
Increments the reference count for this object. More... | |
void | release () const |
Decrements the reference count for this object. More... | |
int | refCount () const |
Returns the reference count for this object. More... | |
void | setRefCountZero () const |
Sets the ref count to zero, but DOES NOT delete the object. More... | |
Log destination that writes output to console.
cee::LogDestinationConsole::LogDestinationConsole | ( | ) |
Constructs a console log destination.
|
virtual |
Sends a log event to the logger.
Implements cee::LogDestination.
|
virtual |
Return the target name ("Console")
Implements cee::LogDestination.