@MessageLogger(projectCode="ISPN")
public interface Log
extends org.jboss.logging.BasicLogger
Modifier and Type | Method and Description |
---|---|
org.infinispan.commons.CacheConfigurationException |
cannotEnableHotRodWrapping() |
org.infinispan.commons.CacheException |
couldNotMigrateData(String name) |
void |
ignoreXmlAttribute(Object attribute) |
void |
keyMigrationFailed(String key,
Throwable cause) |
org.infinispan.commons.CacheException |
missingMigrationData(String name) |
org.infinispan.commons.CacheException |
remoteStoreNoHotRodWrapping(String cacheName) |
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
@Message(value="Could not find migration data in cache %s", id=276) org.infinispan.commons.CacheException missingMigrationData(String name)
@LogMessage(level=WARN) @Message(value="Could not migrate key %s", id=277) void keyMigrationFailed(String key, @Cause Throwable cause)
@LogMessage(level=INFO) @Message(value="Ignoring XML attribute %s, please remove from configuration file", id=293) void ignoreXmlAttribute(Object attribute)
@Message(value="Could not migrate data for cache %s, check remote store config in the target cluster. Make sure only one remote store is present and is pointing to the source cluster", id=397) org.infinispan.commons.CacheException couldNotMigrateData(String name)
@Message(value="Cannot enable HotRod wrapping if a marshaller and/or an entryWrapper have already been set", id=10005) org.infinispan.commons.CacheConfigurationException cannotEnableHotRodWrapping()
@Message(value="The RemoteCacheStore for cache %s should be configured with hotRodWrapping enabled", id=10007) org.infinispan.commons.CacheException remoteStoreNoHotRodWrapping(String cacheName)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.