Package nl.talsmasoftware.umldoclet.logging


package nl.talsmasoftware.umldoclet.logging
Package containing an internal minimal logging abstraction that can be easily mapped to common logging frameworks (such as java.util.logging or Slf4J) but also to the Javadoc Reporter.

All formal logging messages are included as enumeration to ensure a resource is provided for each of them. This makes internationalization of the doclet easier and safer.

  • Interface Summary
    Interface
    Description
    Basic Logger interface to avoid dependencies on the jdk.logger module or Slf4J.
  • Enum Class Summary
    Enum Class
    Description
    The resource messages used by the doclet.