@MessageLogger(projectCode="HAWKACC")
@ValidIdRange(min=110000,
max=119999)
public interface MsgLogger
| Modifier and Type | Method and Description |
|---|---|
void |
infoFinishedSetupAccounts() |
void |
infoStartedSetupAccounts() |
void |
invitationExceptionSendingMessage(String invitationId,
String message) |
void |
invitationReused(String invitationId,
String userTryingToUse,
String acceptedBy) |
void |
invitationSubmitted(String invitationId,
String token) |
void |
joinRequestFailToSendAcceptedNotification(String joinRequestId,
Throwable cause) |
void |
joinRequestFailToSendNotification(String joinRequestId,
Throwable cause) |
void |
joinRequestFailToSendRejectedNotification(String joinRequestId,
Throwable cause) |
void |
joinRequestOwnersEmailIsEmpty() |
void |
joinRequestToOrganization() |
void |
joinRequestUserEmailIsEmpty() |
static final MsgLogger LOGGER
@LogMessage(level=INFO)
@Message(id=110000,
value="Started setting up Hawkular Accounts")
void infoStartedSetupAccounts()
@LogMessage(level=INFO)
@Message(id=110001,
value="Finished setting up Hawkular Accounts")
void infoFinishedSetupAccounts()
@LogMessage(level=INFO)
@Message(id=110004,
value="Invitation [%s] submitted. Token: [%s]")
void invitationSubmitted(String invitationId,
String token)
@LogMessage(level=WARN)
@Message(id=110005,
value="Invitation [%s] is being reused by a different user [%s]. It was accepted by: [%s]")
void invitationReused(String invitationId,
String userTryingToUse,
String acceptedBy)
@LogMessage(level=WARN)
@Message(id=110006,
value="An exception has occurred while sending the message for invitation [%s]. Exception: [%s]")
void invitationExceptionSendingMessage(String invitationId,
String message)
@LogMessage(level=DEBUG)
@Message(id=110007,
value="Join request made by a company. Not sending notifications.")
void joinRequestToOrganization()
@LogMessage(level=DEBUG)
@Message(id=110008,
value="Join request made by an user with unknown email address. Not sending notifications.")
void joinRequestUserEmailIsEmpty()
@LogMessage(level=WARN)
@Message(id=110009,
value="Failed to dispatch notification for accepted join request [%s]. Exception: ")
void joinRequestFailToSendAcceptedNotification(String joinRequestId,
@Cause
Throwable cause)
@LogMessage(level=WARN)
@Message(id=110010,
value="Failed to dispatch notification for rejected join request [%s]. Exception: ")
void joinRequestFailToSendRejectedNotification(String joinRequestId,
@Cause
Throwable cause)
@LogMessage(level=DEBUG)
@Message(id=110011,
value="Email address for organization\'s owner is not available. Not sending notifications.")
void joinRequestOwnersEmailIsEmpty()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.