@MessageLogger(projectCode="HAWKACC")
@ValidIdRange(min=100000,
max=109999)
public interface MsgLogger
| Modifier and Type | Method and Description |
|---|---|
void |
couldNotPrepareQuery(String query,
Throwable t) |
void |
failedToInitializeSchema(Throwable t) |
void |
failedToShutdownDriver(Throwable t) |
void |
joinRequestCreated(String userId,
String organizationId,
String joinRequestId) |
void |
nonAuthRequestWantsPersona() |
void |
organizationCreated(String organizationName,
String organizationId) |
void |
shuttingDownCassandraDriver() |
static final MsgLogger LOGGER
@LogMessage(level=WARN)
@Message(id=100000,
value="Could not process prepare query: [%s]")
void couldNotPrepareQuery(String query,
@Cause
Throwable t)
@LogMessage(level=FATAL)
@Message(id=100001,
value="Failed to initialize Cassandra\'s schema for Accounts. Reason")
void failedToInitializeSchema(@Cause
Throwable t)
@LogMessage(level=DEBUG)
@Message(id=100002,
value="Shutting down Cassandra driver for Accounts")
void shuttingDownCassandraDriver()
@LogMessage(level=FATAL)
@Message(id=100003,
value="Failed to properly shutdown the Cassandra driver for Accounts. Reason")
void failedToShutdownDriver(@Cause
Throwable t)
@LogMessage(level=DEBUG)
@Message(id=100004,
value="Organization [%s] created. ID: [%s]")
void organizationCreated(String organizationName,
String organizationId)
@LogMessage(level=DEBUG)
@Message(id=100005,
value="Join request from [%s] to join organization [%s] created. ID: [%s]")
void joinRequestCreated(String userId,
String organizationId,
String joinRequestId)
@LogMessage(level=ERROR)
@Message(id=100006,
value="There\'s an incoming request for an non-secure location, but a component has requested information about the current persona. This probably indicates a mismatch in the integration of the component. Either the component should accept non-secure requests and not ask for a Persona, or should only accept secure requests. Hawkular Accounts is returning NULL to the component. Lookout for NullPointerExceptions!")
void nonAuthRequestWantsPersona()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.