LogCabin
|
Re-opens the log file upon receiving a UNIX signal. More...
Public Member Functions | |
LogRotateHandler (Event::Loop &eventLoop, int signalNumber) | |
void | handleSignalEvent () |
This method is overridden by a subclass and invoked when the signal is received. | |
Public Attributes | |
Event::Loop & | eventLoop |
LogCabin::Server::Globals::LogRotateHandler::LogRotateHandler | ( | Event::Loop & | eventLoop, |
int | signalNumber | ||
) |
Definition at line 50 of file Globals.cc.
void LogCabin::Server::Globals::LogRotateHandler::handleSignalEvent | ( | ) | [virtual] |
This method is overridden by a subclass and invoked when the signal is received.
This method will be invoked by the main event loop on whatever thread is running the Event::Loop.
Implements LogCabin::Event::Signal.
Definition at line 59 of file Globals.cc.