Part of twisted.python.log View Source View In Hierarchy
| Instance Variables | timeFormat | If not None, the format string passed to strftime().
(type: str or NoneType
) |
| Method | __init__ | Undocumented |
| Method | _safeFormat | Undocumented |
| Method | getTimezoneOffset | Return the current local timezone offset from UTC. |
| Method | formatTime | Return the given UTC value formatted as a human-readable string |
| Method | emit | Undocumented |
| Method | start | Start observing log events. |
| Method | stop | Stop observing log events. |
| Returns | The number of seconds offset from UTC. West is positive, east is
negative.
(type: int
) | |
| Parameters | when | POSIX timestamp to convert to a human-readable string.
(type: int
) |
| Returns | (type: str
) | |