EasyException
ee::LogEntry Member List

This is the complete list of members for ee::LogEntry, including all inherited members.

getClassname() const noexceptee::LogEntry
getDateOfCreation() const noexceptee::LogEntry
getLogLevel() const noexceptee::LogEntry
getMessage() const noexceptee::LogEntry
getMethod() const noexceptee::LogEntry
getNotes() const noexceptee::LogEntry
getStacktrace() const noexceptee::LogEntry
LogEntry(LogLevel logLevel, const std::string &classname, const std::string &method, const std::string &message, const std::vector< Note > &notes, const std::optional< std::shared_ptr< Stacktrace >> &stacktrace, const std::chrono::system_clock::time_point &dateOfCreation) noexceptee::LogEntry
mClassnameee::LogEntryprivate
mDateOfCreationee::LogEntryprivate
mLogLevelee::LogEntryprivate
mMessageee::LogEntryprivate
mMethodee::LogEntryprivate
mNotesee::LogEntryprivate
mStacktraceee::LogEntryprivate
write(std::ostream &stream) const noexceptee::LogEntry