Package com.sun.mail.util.logging
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.
-
ClassesClassDescriptionA LogRecord formatter that takes a sequence of LogRecords and combines them into a single summary result.A plain text formatter that can produce fixed width output.A filter used to limit log records based on a maximum generation rate.Handler that formats log records as an email message.Orders log records by level, thrown, sequence, and time.