Part of twisted.application.app View Source View In Hierarchy
Known subclasses: twisted.scripts._twistd_unix.UnixAppLogger
| Instance Variables | _logfilename | The name of the file to which to log, if other than the default.
 (type: str) | 
| _observer | log observer added at startand removed atstop.
 (type:callable) | 
| Method | __init__ | Undocumented | 
| Method | start | Initialize the logging system. | 
| Method | stop | Print twistd stop log message. | 
| Method | _initialLog | Print twistd start log message. | 
| Method | _getLogObserver | Create a log observer to be added to the logging system before running this application. | 
Initialize the logging system.
If anILogObserver 
component has been set on application, then it will be used as
the log observer.  Otherwise a log observer will be created based on the 
command-line options.
| Parameters | application | The application on which to check for an ILogObserver. |