Package org.hibernate.testing.orm.junit
Annotation Type Logger
-
public @interface Logger
Must specify one ofloggerNameClass()
orloggerName()
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
loggerName
The `Class` used as the base for the logger name.Class<?>
loggerNameClass
The `Class` used as the base for the logger name.
-