#include <log.hh>
Inheritance diagram for Qmms::Log::TextEditAppender::
Public Methods | |
TextEditAppender () | |
Default constructor does nothing. More... | |
TextEditAppender (QWidget *parent=0, const QString &name=0) | |
Constructor. More... | |
virtual | ~TextEditAppender () |
Destructor does nothing. More... | |
virtual void | subAppend (LoggingEvent *evnt) |
Logs the event immediately with no further checks of any kind. More... | |
void | close () |
Does nothing, but is a pure virtual method in the base class, so it must be "implemented" here. More... |
Use this if you want log output to be written to a QTextEdit widget.
|
Default constructor does nothing.
|
|
Constructor. Sets Layout to a SimpleLayout. |
|
Destructor does nothing.
|
|
Does nothing, but is a pure virtual method in the base class, so it must be "implemented" here.
Reimplemented from Qmms::Log::Appender. |
|
Logs the event immediately with no further checks of any kind. Recall the order of things:
Reimplemented from Qmms::Log::LayoutAppender. |