|
|
Public Attributes | |
| bool | cancelNextMessage |
| std::string | currentFile |
| std::string | currentFunction |
| int | currentLine |
| MessageTypeT | currentSeverity |
| LogTag | currentTag |
| MessageTypeT | minimumLoggingLevel |
| Flag to specify a minimum logging level for this LogSender usually is set by Logging-Class. More... | |
| boost::logic::tribool | printBackTrace |
| SpamFilterMapPtr | spamFilter |
| std::optional< Ice::Int > | threadId |
Static Public Attributes | |
| static std::mutex | mutex |
Definition at line 48 of file LogSender.cpp.
| bool cancelNextMessage |
Definition at line 55 of file LogSender.cpp.
| std::string currentFile |
Definition at line 58 of file LogSender.cpp.
| std::string currentFunction |
Definition at line 60 of file LogSender.cpp.
| int currentLine |
Definition at line 59 of file LogSender.cpp.
| MessageTypeT currentSeverity |
Definition at line 56 of file LogSender.cpp.
| LogTag currentTag |
Definition at line 61 of file LogSender.cpp.
| MessageTypeT minimumLoggingLevel |
Flag to specify a minimum logging level for this LogSender
usually is set by Logging-Class.
Definition at line 52 of file LogSender.cpp.
|
static |
Definition at line 66 of file LogSender.cpp.
| boost::logic::tribool printBackTrace |
Definition at line 62 of file LogSender.cpp.
| SpamFilterMapPtr spamFilter |
Definition at line 54 of file LogSender.cpp.
| std::optional<Ice::Int> threadId |
Definition at line 64 of file LogSender.cpp.