![]() |
Public API Reference |
#include <stdrep.h>
Inheritance diagram for iStandardReporterListener:
Public Methods | |
virtual void | SetOutputConsole (iConsoleOutput *console)=0 |
Set the output console to use. More... | |
virtual void | SetNativeWindowManager (iNativeWindowManager *wm)=0 |
Set the native window manager to use. More... | |
virtual void | SetReporter (iReporter *rep)=0 |
Set the reporter to use. More... | |
virtual void | SetDebugFile (const char *filename)=0 |
Set the debug file to use (standard filename). More... | |
virtual void | SetDefaults ()=0 |
Set useful defaults for output console, native window manager, reporter (will use iObjectRegistry to query for those). More... | |
virtual void | SetMessageDestination (int severity, bool do_stdout, bool do_stderr, bool do_console, bool do_alert, bool do_debug, bool do_popup=false)=0 |
Control where some type of message (severity level from the reporter plugin: CS_REPORTER_...) will go to. More... | |
virtual void | RemoveMessages (int severity, bool remove)=0 |
Control if this reporter listener should remove messages of a certain severity. More... | |
virtual void | ShowMessageID (int severity, bool showid)=0 |
Control if the reporter should show message id as well. More... |
Definition at line 33 of file stdrep.h.
|
Control if this reporter listener should remove messages of a certain severity. By default all messages are removed. |
|
Set the debug file to use (standard filename).
|
|
Set useful defaults for output console, native window manager, reporter (will use iObjectRegistry to query for those). The debug file will be 'debug.txt' |
|
Control where some type of message (severity level from the reporter plugin: CS_REPORTER_...) will go to. Several of these flags can be on at the same time or none if you just want to ignore some message. |
|
Set the native window manager to use.
|
|
Set the output console to use.
|
|
Set the reporter to use.
|
|
Control if the reporter should show message id as well. By default this is only done for fatal, bug, and debug severity levels. |