Class InfinispanLogger_$logger
java.lang.Object
org.jboss.logging.DelegatingBasicLogger
org.jboss.as.clustering.infinispan.logging.InfinispanLogger_$logger
- All Implemented Interfaces:
Serializable,InfinispanLogger,org.jboss.logging.BasicLogger
@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor",
date="2024-05-31T11:12:58+0200")
public class InfinispanLogger_$logger
extends org.jboss.logging.DelegatingBasicLogger
implements InfinispanLogger, org.jboss.logging.BasicLogger, Serializable
Warning this class consists of generated code.
- See Also:
-
Field Summary
Fields inherited from class org.jboss.logging.DelegatingBasicLogger
logFields inherited from interface org.jboss.as.clustering.infinispan.logging.InfinispanLogger
ROOT_LOGGER, ROOT_LOGGER_CATEGORY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidLogs an informational message indicating the Infinispan subsystem is being activated.protected Stringfinal voidcacheStarted(String cacheName, String containerName) Logs an informational message indicating that a cache is being started.protected Stringfinal voidcacheStopped(String cacheName, String containerName) Logs an informational message indicating that a cache is being stopped.protected Stringprotected Localefinal IllegalArgumentExceptioninvalidCacheStore(Throwable cause, String cacheStoreName) Creates an exception indicating an invalid cache store.protected Stringfinal voidmarshallerEnumValueDeprecated(String attributeName, Object attributeValue, Set<?> supportedValues) protected Stringfinal voidremoteCacheContainerStarted(String remoteCacheContainer) protected Stringfinal voidremoteCacheContainerStopped(String remoteCacheContainer) protected Stringfinal org.infinispan.client.hotrod.exceptions.HotRodClientExceptionremoteCacheMustBeDefined(String protocolVersion, String remoteCacheName) protected StringMethods inherited from class org.jboss.logging.DelegatingBasicLogger
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, warnvMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
InfinispanLogger_$logger
public InfinispanLogger_$logger(org.jboss.logging.Logger log)
-
-
Method Details
-
getLoggingLocale
-
activatingSubsystem
public final void activatingSubsystem()Description copied from interface:InfinispanLoggerLogs an informational message indicating the Infinispan subsystem is being activated.- Specified by:
activatingSubsystemin interfaceInfinispanLogger
-
activatingSubsystem$str
-
cacheStarted
Description copied from interface:InfinispanLoggerLogs an informational message indicating that a cache is being started.- Specified by:
cacheStartedin interfaceInfinispanLogger- Parameters:
cacheName- the name of the cache.containerName- the name of the cache container.
-
cacheStarted$str
-
cacheStopped
Description copied from interface:InfinispanLoggerLogs an informational message indicating that a cache is being stopped.- Specified by:
cacheStoppedin interfaceInfinispanLogger- Parameters:
cacheName- the name of the cache.containerName- the name of the cache container.
-
cacheStopped$str
-
invalidCacheStore$str
-
invalidCacheStore
Description copied from interface:InfinispanLoggerCreates an exception indicating an invalid cache store.- Specified by:
invalidCacheStorein interfaceInfinispanLogger- Parameters:
cause- the cause of the error.cacheStoreName- the name of the cache store.- Returns:
- an
IllegalArgumentExceptionfor the error.
-
remoteCacheContainerStarted
- Specified by:
remoteCacheContainerStartedin interfaceInfinispanLogger
-
remoteCacheContainerStarted$str
-
remoteCacheContainerStopped
- Specified by:
remoteCacheContainerStoppedin interfaceInfinispanLogger
-
remoteCacheContainerStopped$str
-
remoteCacheMustBeDefined$str
-
remoteCacheMustBeDefined
public final org.infinispan.client.hotrod.exceptions.HotRodClientException remoteCacheMustBeDefined(String protocolVersion, String remoteCacheName) - Specified by:
remoteCacheMustBeDefinedin interfaceInfinispanLogger
-
marshallerEnumValueDeprecated
public final void marshallerEnumValueDeprecated(String attributeName, Object attributeValue, Set<?> supportedValues) - Specified by:
marshallerEnumValueDeprecatedin interfaceInfinispanLogger
-
marshallerEnumValueDeprecated$str
-