Package org.hibernate.spatial
Interface HSMessageLogger
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
@MessageLogger(projectCode="HHH") @ValidIdRange(min=80000001, max=80001000) public interface HSMessageLogger extends org.jboss.logging.BasicLogger
The logger interface for the Hibernate Spatial module.
-
-
Field Summary
Fields Modifier and Type Field Description static String
LOGGER_NAME
static HSMessageLogger
SPATIAL_MSG_LOGGER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
connectionFinder(String className)
void
functionContributions(String source)
void
spatialEnabled(boolean enabled)
void
typeContributions(String source)
-
Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
-
-
-
-
Field Detail
-
LOGGER_NAME
static final String LOGGER_NAME
- See Also:
- Constant Field Values
-
SPATIAL_MSG_LOGGER
static final HSMessageLogger SPATIAL_MSG_LOGGER
-
-
Method Detail
-
spatialEnabled
@LogMessage(level=INFO) @Message(value="hibernate-spatial integration enabled : %s", id=80000001) void spatialEnabled(boolean enabled)
-
connectionFinder
@LogMessage(level=INFO) @Message(value="hibernate-spatial using Connection Finder for creating Oracle types : %s", id=80000002) void connectionFinder(String className)
-
typeContributions
@LogMessage(level=INFO) @Message(value="hibernate-spatial adding type contributions from : %s", id=80000003) void typeContributions(String source)
-
functionContributions
@LogMessage(level=INFO) @Message(value="hibernate-spatial adding function contributions from : %s", id=80000004) void functionContributions(String source)
-
-