Interface LobCreationLogging

All Superinterfaces:
org.jboss.logging.BasicLogger

@MessageLogger(projectCode="HHH") @ValidIdRange(min=10010001, max=10010050) public interface LobCreationLogging extends org.jboss.logging.BasicLogger
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.jboss.logging.Logger
     
    static final LobCreationLogging
     
    static final String
     
  • Method Summary

    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 Details

  • Method Details

    • disablingContextualLOBCreation

      @LogMessage(level=DEBUG) @Message(value="Disabling contextual LOB creation as %s is true", id=10010001) void disablingContextualLOBCreation(String settingName)
    • disablingContextualLOBCreationSinceConnectionNull

      @LogMessage(level=DEBUG) @Message(value="Disabling contextual LOB creation as connection was null", id=10010002) void disablingContextualLOBCreationSinceConnectionNull()
    • nonContextualLobCreationJdbcVersion

      @LogMessage(level=DEBUG) @Message(value="Disabling contextual LOB creation as JDBC driver reported JDBC version [%s] less than 4", id=10010003) void nonContextualLobCreationJdbcVersion(int jdbcMajorVersion)
    • nonContextualLobCreationDialect

      @LogMessage(level=DEBUG) @Message(value="Disabling contextual LOB creation as Dialect reported it is not supported", id=10010004) void nonContextualLobCreationDialect()
    • contextualClobCreationFailed

      @LogMessage(level=DEBUG) @Message(value="Disabling contextual LOB creation as createClob() method threw error : %s", id=10010005) void contextualClobCreationFailed(Throwable t)
    • contextualNClobCreationFailed

      @LogMessage(level=DEBUG) @Message(value="Disabling contextual NCLOB creation as createNClob() method threw error : %s", id=10010006) void contextualNClobCreationFailed(Throwable t)