Class Logging::Appenders::Email
In: lib/logging/appenders/email.rb
Parent: ::Logging::Appender

Methods

close   flush   new   queued_messages  

Attributes

acct  [R] 
authtype  [R] 
domain  [R] 
port  [R] 
server  [R] 
subject  [R] 

Public Class methods

Public Instance methods

Close the e-mail appender and then flush the message buffer. This will ensure that a final e-mail is sent with any remaining messages.

Create and send an email containing the current message buffer.

cal-seq:

   queued_messages    => integer

Returns the number of messages in the buffer.

[Validate]