@MessageLogger(projectCode="WELD-") public interface ConversationLogger extends WeldLogger
| Modifier and Type | Field and Description |
|---|---|
static ConversationLogger |
LOG |
CATCHING_MARKER, WELD_PROJECT_CODEcatchingDebugdebug, 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, warnvstatic final ConversationLogger LOG
@LogMessage(level=TRACE)
@Message(id=304,
value="Cleaning up conversation {0}",
format=MESSAGE_FORMAT)
void cleaningUpConversation(Object param1)
@LogMessage(level=TRACE)
@Message(id=313,
value="Lock acquired on conversation {0}",
format=MESSAGE_FORMAT)
void conversationLocked(Object param1)
@LogMessage(level=TRACE)
@Message(id=314,
value="Lock released on conversation {0}",
format=MESSAGE_FORMAT)
void conversationUnlocked(Object param1)
@LogMessage(level=WARN)
@Message(id=315,
value="Failed to acquire conversation lock in {0} ms for {1}",
format=MESSAGE_FORMAT)
void conversationUnavailable(Object param1,
Object param2)
@LogMessage(level=WARN)
@Message(id=316,
value="Attempt to release lock on conversation {0} failed because {1}",
format=MESSAGE_FORMAT)
void illegalConversationUnlockAttempt(Object param1,
Object param2)
@LogMessage(level=DEBUG)
@Message(id=317,
value="Promoted conversation {0} to long-running",
format=MESSAGE_FORMAT)
void promotedTransientConversation(Object param1)
@LogMessage(level=DEBUG)
@Message(id=318,
value="Returned long-running conversation {0} to transient",
format=MESSAGE_FORMAT)
void demotedLongRunningConversation(Object param1)
@LogMessage(level=TRACE)
@Message(id=320,
value="Cleaning up transient conversation")
void cleaningUpTransientConversation()
@Message(id=321,
value="No conversation found to restore for id {0}",
format=MESSAGE_FORMAT)
NonexistentConversationException noConversationFoundToRestore(Object param1)
@Message(id=322,
value="Conversation lock timed out: {0}",
format=MESSAGE_FORMAT)
BusyConversationException conversationLockTimedout(Object param1)
@LogMessage(level=TRACE)
@Message(id=326,
value="Found conversation id {0} in request parameter",
format=MESSAGE_FORMAT)
void foundConversationFromRequest(Object param1)
@LogMessage(level=DEBUG)
@Message(id=327,
value="Resuming conversation with id {0}",
format=MESSAGE_FORMAT)
void resumingConversation(Object param1)
@Message(id=328,
value="Attempt to call begin() on a long-running conversation")
IllegalStateException beginCalledOnLongRunningConversation()
@Message(id=329,
value="Attempt to call end() on a transient conversation")
IllegalStateException endCalledOnTransientConversation()
@Message(id=332,
value="Conversation ID {0} is already in use",
format=MESSAGE_FORMAT)
IllegalArgumentException conversationIdAlreadyInUse(Object param1)
@Message(id=333,
value="Must call associate() before calling activate()",
format=MESSAGE_FORMAT)
IllegalStateException mustCallAssociateBeforeActivate()
@Message(id=334,
value="Must call associate() before calling deactivate()",
format=MESSAGE_FORMAT)
IllegalStateException mustCallAssociateBeforeDeactivate()
@LogMessage(level=WARN)
@Message(id=335,
value="Conversation context is already active, most likely it was not cleaned up properly during previous request processing: {0}",
format=MESSAGE_FORMAT)
void contextAlreadyActive(Object request)
@Message(id=336,
value="Conversation context is not active",
format=MESSAGE_FORMAT)
IllegalStateException contextNotActive()
@Message(id=337,
value="Unable to find ConversationNamingScheme in the request, this conversation wasn\'t transient at the start of the request",
format=MESSAGE_FORMAT)
IllegalStateException conversationNamingSchemeNotFound()
@Message(id=338,
value="Unable to locate ConversationIdGenerator",
format=MESSAGE_FORMAT)
IllegalStateException conversationIdGeneratorNotFound()
@Message(id=339,
value="A request must be associated with the context in order to generate a conversation id",
format=MESSAGE_FORMAT)
IllegalStateException mustCallAssociateBeforeGeneratingId()
@Message(id=340,
value="A request must be associated with the context in order to load the known conversations",
format=MESSAGE_FORMAT)
IllegalStateException mustCallAssociateBeforeLoadingKnownConversations()
@Message(id=341,
value="Unable to load the conversations from the associated request - {0}: {1}, request: {2}",
format=MESSAGE_FORMAT)
IllegalStateException unableToLoadConversations(String attributeName,
Object attributeValue,
Object request)
@LogMessage(level=WARN)
@Message(id=342,
value="Going to end a locked conversation with id {0}",
format=MESSAGE_FORMAT)
void endLockedConversation(String cid)
@Message(id=343,
value="Unable to load the current conversation from the associated request - {0}: {1}, request: {2}",
format=MESSAGE_FORMAT)
IllegalStateException unableToLoadCurrentConversation(String attributeName,
Object attributeValue,
Object request)
Copyright © 2019. All rights reserved.