@MessageLogger(projectCode="HAWKINV")
@ValidIdRange(min=3000,
max=3499)
public interface Log
| Modifier and Type | Method and Description |
|---|---|
void |
autoCreatedEntity(String entityType,
String entityId,
String tenantId) |
void |
busInitializationFailed(Throwable cause) |
void |
failedToAutoCreateEntities(Throwable cause) |
static final Log LOGGER
@LogMessage(level=INFO)
@Message(id=3000,
value="Bus Integration initialization failed. Inventory will not notify about changes on the Hawkular message bus.")
void busInitializationFailed(@Cause
Throwable cause)
@LogMessage(level=INFO)
@Message(id=3001,
value="HACK ALERT: Auto-created the %s \'%s\' for newly created tenant \'%s\'.")
void autoCreatedEntity(String entityType,
String entityId,
String tenantId)
@LogMessage(level=INFO)
@Message(id=3002,
value="HACK ALERT: Failed to auto-create tenant metadata. This is most probably due to it being already created in parallel.")
void failedToAutoCreateEntities(@Cause
Throwable cause)
Copyright © 2015 Red Hat, Inc.. All rights reserved.