class documentation
class _ReopenableLogHandler(logging.handlers.BaseRotatingHandler):
Log handler with ability to reopen log file on request.
In combination with a SIGHUP handler this class can reopen the log file on user request.
Method | __init__ |
Initializes this class. |
Method | do |
Reopens the log file. |
Method |
|
Register a request to reopen the file. |
Method | should |
Determine whether log file should be reopened. |
Instance Variable | stream |
Undocumented |
Instance Variable | _reopen |
Undocumented |