MCPcopy Create free account
hub / github.com/Icinga/icinga2 / ExceptionHandler

Method ExceptionHandler

lib/perfdata/gelfwriter.cpp:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void GelfWriter::ExceptionHandler(boost::exception_ptr exp)
142{
143 Log(LogCritical, "GelfWriter") << "Exception during Graylog Gelf operation: " << DiagnosticInformation(exp, false);
144 Log(LogDebug, "GelfWriter") << "Exception during Graylog Gelf operation: " << DiagnosticInformation(exp, true);
145
146 DisconnectInternal();
147}
148
149void GelfWriter::Reconnect()
150{

Callers

nothing calls this directly

Calls 1

LogClass · 0.85

Tested by

no test coverage detected