| 139 | } |
| 140 | |
| 141 | void 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 | |
| 149 | void GelfWriter::Reconnect() |
| 150 | { |