@MessageLogger(projectCode="SROAP",
length=5)
public interface IoLogging
extends org.jboss.logging.BasicLogger
| Modifier and Type | Method and Description |
|---|---|
void |
annotation(String annotation) |
void |
annotationsArray(String annotation) |
void |
annotationsList(String annotation) |
void |
annotationsListInto(String annotation,
String into) |
void |
annotationsMap(String annotation) |
void |
enumProcessing(org.jboss.jandex.Type type) |
void |
jsonArray(String of) |
void |
jsonList(String of) |
void |
jsonMap(String node) |
void |
jsonNode(String node) |
void |
jsonNodeMap(String node) |
void |
readingCallbackOperation(Throwable cause) |
void |
singleAnnotation(String annotation) |
void |
singleAnnotationAs(String annotation,
String as) |
void |
singleJsonNode(String node) |
void |
singleJsonObject(String node) |
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnvstatic final IoLogging logger
@LogMessage(level=DEBUG)
@Message(id=2000,
value="Processing a map of %s annotations.")
void annotationsMap(String annotation)
@LogMessage(level=DEBUG)
@Message(id=2001,
value="Processing a json map of %s nodes.")
void jsonNodeMap(String node)
@LogMessage(level=DEBUG)
@Message(id=2002,
value="Processing a list of %s annotations.")
void annotationsList(String annotation)
@LogMessage(level=DEBUG)
@Message(id=2003,
value="Processing a json list of %s.")
void jsonList(String of)
@LogMessage(level=DEBUG)
@Message(id=2004,
value="Processing a single %s annotation.")
void singleAnnotation(String annotation)
@LogMessage(level=DEBUG)
@Message(id=2005,
value="Processing an %s annotation.")
void annotation(String annotation)
@LogMessage(level=DEBUG)
@Message(id=2006,
value="Processing a single %s annotation as a %s.")
void singleAnnotationAs(String annotation,
String as)
@LogMessage(level=DEBUG)
@Message(id=2007,
value="Processing a single %s json node.")
void singleJsonNode(String node)
@LogMessage(level=DEBUG)
@Message(id=2008,
value="Processing an %s json node.")
void jsonNode(String node)
@LogMessage(level=DEBUG)
@Message(id=2009,
value="Processing a single %s json object.")
void singleJsonObject(String node)
@LogMessage(level=DEBUG)
@Message(id=2010,
value="Processing a json map of %s.")
void jsonMap(String node)
@LogMessage(level=ERROR)
@Message(id=2011,
value="Error reading a CallbackOperation annotation.")
void readingCallbackOperation(@Cause
Throwable cause)
@LogMessage(level=DEBUG)
@Message(id=2012,
value="Processing a list of %s annotations into an %s.")
void annotationsListInto(String annotation,
String into)
@LogMessage(level=DEBUG)
@Message(id=2013,
value="Processing an enum %s")
void enumProcessing(org.jboss.jandex.Type type)
@LogMessage(level=DEBUG)
@Message(id=2014,
value="Processing an array of %s annotations.")
void annotationsArray(String annotation)
@LogMessage(level=DEBUG)
@Message(id=2015,
value="Processing a json array of %s json nodes.")
void jsonArray(String of)
Copyright © 2018–2021. All rights reserved.