Inheritance diagram for sword::LogMedia:

Public Methods | |
| LogMedia (const std::string &name) | |
| const std::string & | name () const |
| This media name. | |
| virtual void | onLog (const Log::Entry &entry)=0 |
| The method called back each time a log must be sent to this media. | |
A log media is a concrete media output device. All logs created using the Log class are sent to a pool of medias registered in the LogMediaManager using the 'onLog' method.
|
|
This media name.
|
|
|
The method called back each time a log must be sent to this media.
Implemented in sword::LogMediaConsole, sword::LogMediaDebugger, sword::LogMediaFile, sword::LogMediaFileRotate, and sword::LogMediaSyslog. |
1.3-rc2