log
Table of Contents
Classes
- DbTarget
- DbTarget stores log messages in a database table.
- Dispatcher
- Dispatcher manages a set of [[Target|log targets]].
- EmailTarget
- EmailTarget sends selected log messages to the specified email addresses.
- 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.
- LogRuntimeException
- LogRuntimeException represents an exception caused by problems with log delivery.
- SyslogTarget
- SyslogTarget writes log to syslog.
- Target
- Target is the base class for all log target classes.