Class Logger_$logger
- java.lang.Object
-
- org.jboss.logging.DelegatingBasicLogger
-
- org.wildfly.clustering.web.hotrod.logging.Logger_$logger
-
- All Implemented Interfaces:
Serializable,org.jboss.logging.BasicLogger,Logger
@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2023-12-19T21:57:45-0600") public class Logger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Logger, org.jboss.logging.BasicLogger, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.wildfly.clustering.web.hotrod.logging.Logger
ROOT_LOGGER, ROOT_LOGGER_CATEGORY
-
-
Constructor Summary
Constructors Constructor Description Logger_$logger(org.jboss.logging.Logger log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfailedToActivateAuthentication(Throwable cause, String ssoId)protected StringfailedToActivateAuthentication$str()voidfailedToActivateSession(Throwable cause, String sessionId)protected StringfailedToActivateSession$str()voidfailedToActivateSessionAttribute(Throwable cause, String sessionId, String attribute)protected StringfailedToActivateSessionAttribute$str()voidfailedToExpireSession(Throwable cause, String sessionId)protected StringfailedToExpireSession$str()IllegalStateExceptionfailedToReadSessionAttribute(Throwable cause, String sessionId, String attribute)protected StringfailedToReadSessionAttribute$str()protected LocalegetLoggingLocale()voidmissingSessionAttributeCacheEntry(String sessionId, String attribute)protected StringmissingSessionAttributeCacheEntry$str()-
Methods 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, warnv
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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 Detail
-
getLoggingLocale
protected Locale getLoggingLocale()
-
failedToExpireSession
public final void failedToExpireSession(Throwable cause, String sessionId)
- Specified by:
failedToExpireSessionin interfaceLogger
-
failedToExpireSession$str
protected String failedToExpireSession$str()
-
failedToActivateSession
public final void failedToActivateSession(Throwable cause, String sessionId)
- Specified by:
failedToActivateSessionin interfaceLogger
-
failedToActivateSession$str
protected String failedToActivateSession$str()
-
failedToActivateSessionAttribute
public final void failedToActivateSessionAttribute(Throwable cause, String sessionId, String attribute)
- Specified by:
failedToActivateSessionAttributein interfaceLogger
-
failedToActivateSessionAttribute$str
protected String failedToActivateSessionAttribute$str()
-
failedToReadSessionAttribute$str
protected String failedToReadSessionAttribute$str()
-
failedToReadSessionAttribute
public final IllegalStateException failedToReadSessionAttribute(Throwable cause, String sessionId, String attribute)
- Specified by:
failedToReadSessionAttributein interfaceLogger
-
failedToActivateAuthentication
public final void failedToActivateAuthentication(Throwable cause, String ssoId)
- Specified by:
failedToActivateAuthenticationin interfaceLogger
-
failedToActivateAuthentication$str
protected String failedToActivateAuthentication$str()
-
missingSessionAttributeCacheEntry
public final void missingSessionAttributeCacheEntry(String sessionId, String attribute)
- Specified by:
missingSessionAttributeCacheEntryin interfaceLogger
-
missingSessionAttributeCacheEntry$str
protected String missingSessionAttributeCacheEntry$str()
-
-