@MessageLogger(projectCode="HAWKACC")
@ValidIdRange(min=190000,
max=199999)
public interface MsgLogger
| Modifier and Type | Method and Description |
|---|---|
void |
cdiEventReceived(String action,
String eventId,
String personaId) |
void |
failedToInitializeSchema(Throwable t) |
void |
infoFinishedSetupSample() |
void |
infoStartedSetupSample() |
static final MsgLogger LOGGER
@LogMessage(level=INFO)
@Message(id=190000,
value="Started setting up Hawkular Accounts - Sample")
void infoStartedSetupSample()
@LogMessage(level=INFO)
@Message(id=190001,
value="Finished setting up Hawkular Accounts - Sample")
void infoFinishedSetupSample()
@LogMessage(level=INFO)
@Message(id=190002,
value="CDI Event from Accounts received by Sample: %s, %s, %s")
void cdiEventReceived(String action,
String eventId,
String personaId)
@LogMessage(level=FATAL)
@Message(id=190003,
value="Failed to initialize Cassandra\'s schema for Accounts Sample. Reason")
void failedToInitializeSchema(@Cause
Throwable t)
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.