@MessageLogger(projectCode="HAWKACC")
@ValidIdRange(min=150000,
max=159999)
public interface MsgLogger
| Modifier and Type | Method and Description |
|---|---|
void |
allLocalAddressesForSynonyms() |
void |
attemptToConnectToCassandraFailed(int attempt,
Throwable t) |
void |
cannotConnectToCassandra(Throwable t) |
void |
cannotDetermineIPForHost(String host,
Throwable t) |
void |
cannotDetermineIPForWildcardHost(String host) |
void |
cannotDetermineLocalIPs(Throwable t) |
void |
listOfSynonymsProvided() |
static final MsgLogger LOGGER
@LogMessage(level=DEBUG)
@Message(id=150000,
value="List of host synonyms provided. Using the list instead of guessing.")
void listOfSynonymsProvided()
@LogMessage(level=DEBUG)
@Message(id=150001,
value="Bound to wildcard address 0.0.0.0, getting a list of all local IPs for Synonyms")
void allLocalAddressesForSynonyms()
@LogMessage(level=DEBUG)
@Message(id=150002,
value="Could not process what\'s the IP for the wildcard host: [%s]")
void cannotDetermineIPForWildcardHost(String host)
@LogMessage(level=WARN)
@Message(id=150003,
value="Could not process what\'s the IP for the host: [%s]")
void cannotDetermineIPForHost(String host,
@Cause
Throwable t)
@LogMessage(level=FATAL)
@Message(id=150004,
value="Could not process what are our IPs. Host synonyms will *not* work properly")
void cannotDetermineLocalIPs(@Cause
Throwable t)
@LogMessage(level=FATAL)
@Message(id=150005,
value="Could not connect to Cassandra after enough attempts. Giving up. Reason")
void cannotConnectToCassandra(@Cause
Throwable t)
@LogMessage(level=DEBUG)
@Message(id=150006,
value="Cassandra is not available (yet?). Attempts left: [%d]. Reason")
void attemptToConnectToCassandraFailed(int attempt,
@Cause
Throwable t)
Copyright © 2015–2016. All rights reserved.