Simple file handler that logs to standard output.
Handler that emails each message, separate, to a set of recipients.
Simple file handler that appends to a file.
Simple file handler that appends to a file. args must contain:
- path: Pathname of file
args may also contain:
- append: "true" (as a string) to append, "false" to overwrite. Default:
"false".
Basic interface for a handler that dispatches log messages.
Simple handler discards messages.
Handler that emails each message, separate, to a set of recipients.
argsmust contain:-
sender: Email address of sender. -recipients: comma-separated list of email addresses to receive log messages.argsmay also contain:-
smtp.server: hostname of SMTP server. Defaults to "localhost". -smtp.port: integer port on which SMTP server accepts messages. Defaults to 25. -subject: Subject of message. Subject may contain "%l" for the level name. Defaults to: %l message