Interface EmbeddedLog

All Superinterfaces:
org.jboss.logging.BasicLogger
All Known Implementing Classes:
EmbeddedLog_$logger

@MessageLogger(projectCode="ISPN") public interface EmbeddedLog extends org.jboss.logging.BasicLogger
The JBoss Logging interface which defined the logging methods for the CDI integration. The id range for the CDI integration is 17001-18000
Author:
Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
    cacheConfigurationDefined(String cacheName, org.infinispan.manager.EmbeddedCacheManager cacheManager)
     

    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
  • Method Details

    • cacheConfigurationDefined

      @LogMessage(level=INFO) @Message(value="Configuration for cache \'%s\' has been defined in cache manager \'%s\'", id=17002) void cacheConfigurationDefined(String cacheName, org.infinispan.manager.EmbeddedCacheManager cacheManager)
    • addDefaultEmbeddedConfiguration

      @LogMessage(level=INFO) @Message(value="Overriding default embedded configuration not found - adding default implementation", id=17003) void addDefaultEmbeddedConfiguration()
    • addDefaultEmbeddedCacheManager

      @LogMessage(level=INFO) @Message(value="Overriding default embedded cache manager not found - adding default implementation", id=17004) void addDefaultEmbeddedCacheManager()