Имя | Описание |
---|---|
Dispatcher | Dispatcher manages a set of [[Target|log targets]]. |
FileTarget | FileTarget records log messages in a file. |
Logger | Logger records logged messages in memory and sends them to different targets if [[dispatcher]] is set. |
SyslogTarget | SyslogTarget writes log to syslog. |
Target | Target is the base class for all log target classes. |