Package org.hibernate.internal.log
Annotation Interface SubSystemLogging
Used to annotate classes which define sub-system style logging where
loggers are hierarchically defined around functionalities rather than
class and package names
This is helpful to find such classes and is used to generate report (as a release artifact) describing logger names for logging configuration by the application.
At the moment Hibernate uses a mix sub-system logging and the more traditional package and class name based logging. This annotation focuses on the classes defining the sub-system approach
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionDescription of the information loggedThe sub-system name, which is used as the "logger name" -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Aside from test usage, is the associated logger always used through the sub-system category name? -
Field Summary
Fields
-
Field Details
-
BASE
Base category name for sub-system style logging- See Also:
-
-
Element Details
-
-
mixed
boolean mixedAside from test usage, is the associated logger always used through the sub-system category name?- Default:
- false
-