courier v0.1.0 Courier.Adapters.Logger
Logger adapter
Will write deliver all messages to the Logger
. All attachment encoded data will
rener as [File content]
Options:
level
theLogger
level to send the message to (defaults to:info
)
Summary
Functions
Delivers the mssage to the Logger
Based upon the level
set in the application configuration. Otherwise
defaults to :info
. Uses Courier.Renderers.Logger
to render the message.