Package com.sun.mail.util.logging


package com.sun.mail.util.logging
Contains Jakarta Mail 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
    Description
    A 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.
    An adapter class to allow the Mail API to access the LogManager properties.
    Handler that formats log records as an email message.
    Orders log records by level, thrown, sequence, and time.