|
|
Brief description of class Reporting. More...
#include <armarx/control/ethercat/ErrorReporting.h>
Inheritance diagram for Reporting:Classes | |
| struct | QueueImpl |
Public Member Functions | |
| std::optional< std::filesystem::path > | dumpToFile (std::filesystem::path file, std::uint64_t lastNSeconds=1000000) |
| Reporter | getErrorReporter () |
| void | report (Entry &&error) |
| void | setMaxErrorHistorySize (std::size_t maxErrorHistorySize) |
Public Member Functions inherited from Logging | |
| SpamFilterDataPtr | deactivateSpam (float deactivationDurationSec=10.0f, const std::string &identifier="", bool deactivate=true) const |
| disables the logging for the current line for the given amount of seconds. More... | |
| MessageTypeT | getEffectiveLoggingLevel () const |
| Logging () | |
| void | setLocalMinimumLoggingLevel (MessageTypeT level) |
| With setLocalMinimumLoggingLevel the minimum verbosity-level of log-messages can be set. More... | |
| void | setTag (const LogTag &tag) |
| void | setTag (const std::string &tagName) |
| virtual | ~Logging () |
Static Public Member Functions | |
| static Reporting & | getErrorReporting () |
| static Reporter & | getGlobalErrorReporter () |
Additional Inherited Members | |
Protected Member Functions inherited from Logging | |
| bool | checkLogLevel (MessageTypeT level) const |
| const LogSenderPtr & | getLogSender () const |
| Retrieve log sender. More... | |
| LogSenderPtr | loghelper (const char *file, int line, const char *function) const |
Protected Attributes inherited from Logging | |
| MessageTypeT | minimumLoggingLevel |
| SpamFilterDataPtr | spamFilter |
| LogTag | tag |
Brief description of class Reporting.
Detailed description of class Reporting.
Definition at line 183 of file ErrorReporting.h.
| std::optional< std::filesystem::path > dumpToFile | ( | std::filesystem::path | file, |
| std::uint64_t | lastNSeconds = 1000000 |
||
| ) |
Definition at line 120 of file ErrorReporting.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Reporter getErrorReporter | ( | ) |
|
static |
|
static |
| void report | ( | Entry && | error | ) |
| void setMaxErrorHistorySize | ( | std::size_t | maxErrorHistorySize | ) |
Definition at line 114 of file ErrorReporting.cpp.