Package com.sun.mail.util.logging
Contains JavaMail™ extensions for
the Java™ platform's core logging
facilities. This package contains classes used to export log messages
as a formatted email message. Classes in this package typically use
LogManager properties to set default values; see the specific
documentation for each concrete class.
-
Class Summary Class Description CollectorFormatter A LogRecord formatter that takes a sequence of LogRecords and combines them into a single summary result.CompactFormatter A plain text formatter that can produce fixed width output.DurationFilter A filter used to limit log records based on a maximum generation rate.LogManagerProperties An adapter class to allow the Mail API to access the LogManager properties.MailHandler Handler that formats log records as an email message.MailHandler.DefaultAuthenticator Used for storing a password from the LogManager or literal string.MailHandler.GetAndSetContext Performs a get and set of the context class loader with privileges enabled.MailHandler.TailNameFormatter Used for naming attachment file names and the main subject line.SeverityComparator Orders log records by level, thrown, sequence, and time. -
Exception Summary Exception Description CollectorFormatter A LogRecord formatter that takes a sequence of LogRecords and combines them into a single summary result.CompactFormatter A plain text formatter that can produce fixed width output.DurationFilter A filter used to limit log records based on a maximum generation rate.LogManagerProperties An adapter class to allow the Mail API to access the LogManager properties.MailHandler Handler that formats log records as an email message.SeverityComparator Orders log records by level, thrown, sequence, and time.