|
rippled
|


Public Member Functions | |
| TestSink () | |
| int | count () const |
| void | reset () |
| void | write (severities::Severity level, std::string const &) override |
| Write text to the sink at the specified severity. More... | |
| virtual bool | active (Severity level) const |
Returns true if text at the passed severity produces output. More... | |
| virtual bool | console () const |
Returns true if a message is also written to the Output Window (MSVC). More... | |
| virtual void | console (bool output) |
| Set whether messages are also written to the Output Window (MSVC). More... | |
| virtual Severity | threshold () const |
| Returns the minimum severity level this sink will report. More... | |
| virtual void | threshold (Severity thresh) |
| Set the minimum severity this sink will report. More... | |
Private Attributes | |
| int | m_count |
| Severity | thresh_ |
| bool | m_console |
Definition at line 28 of file beast_Journal_test.cpp.
| beast::Journal_test::TestSink::TestSink | ( | ) |
Definition at line 34 of file beast_Journal_test.cpp.
| int beast::Journal_test::TestSink::count | ( | ) | const |
Definition at line 39 of file beast_Journal_test.cpp.
| void beast::Journal_test::TestSink::reset | ( | ) |
Definition at line 45 of file beast_Journal_test.cpp.
|
overridevirtual |
Write text to the sink at the specified severity.
A conforming implementation will not write the text if the passed level is below the current threshold().
Implements beast::Journal::Sink.
Definition at line 51 of file beast_Journal_test.cpp.
|
virtualinherited |
Returns true if text at the passed severity produces output.
Reimplemented in beast::NullJournalSink, beast::WrappedSink, and ripple::test::SuiteJournalSink.
Definition at line 88 of file beast_Journal.cpp.
|
virtualinherited |
Returns true if a message is also written to the Output Window (MSVC).
Reimplemented in beast::WrappedSink, and beast::NullJournalSink.
Definition at line 94 of file beast_Journal.cpp.
|
virtualinherited |
Set whether messages are also written to the Output Window (MSVC).
Reimplemented in beast::NullJournalSink, and beast::WrappedSink.
Definition at line 100 of file beast_Journal.cpp.
|
virtualinherited |
Returns the minimum severity level this sink will report.
Reimplemented in beast::WrappedSink, and beast::NullJournalSink.
Definition at line 106 of file beast_Journal.cpp.
|
virtualinherited |
Set the minimum severity this sink will report.
Reimplemented in beast::NullJournalSink, and beast::WrappedSink.
Definition at line 112 of file beast_Journal.cpp.
|
private |
Definition at line 31 of file beast_Journal_test.cpp.
1.8.17