Package io.smallrye.openapi.runtime.io
Interface IoLogging
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
IoLogging_$logger
@MessageLogger(projectCode="SROAP",
length=5)
public interface IoLogging
extends org.jboss.logging.BasicLogger
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidannotation(String annotation) voidannotationsArray(String annotation) voidannotationsList(String annotation) voidannotationsListInto(String annotation, String into) voidannotationsMap(String annotation) voidenumProcessing(org.jboss.jandex.Type type) voidinvalidJsonType(String targetType, String nodeText) voidvoidvoidvoidvoidjsonNodeMap(String node) voidsingleAnnotation(String annotation) voidsingleAnnotationAs(String annotation, String as) voidsingleJsonNode(String node) voidsingleJsonObject(String node) voidunparseableJson(String value) Methods inherited from interface org.jboss.logging.BasicLogger
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, warnv
-
Field Details
-
logger
-
-
Method Details
-
annotationsMap
@LogMessage(level=DEBUG) @Message(id=2000, value="Processing a map of %s annotations.") void annotationsMap(String annotation) -
jsonNodeMap
@LogMessage(level=DEBUG) @Message(id=2001, value="Processing a json map of %s nodes.") void jsonNodeMap(String node) -
annotationsList
@LogMessage(level=DEBUG) @Message(id=2002, value="Processing a list of %s annotations.") void annotationsList(String annotation) -
jsonList
@LogMessage(level=DEBUG) @Message(id=2003, value="Processing a json list of %s.") void jsonList(String of) -
singleAnnotation
@LogMessage(level=DEBUG) @Message(id=2004, value="Processing a single %s annotation.") void singleAnnotation(String annotation) -
annotation
@LogMessage(level=DEBUG) @Message(id=2005, value="Processing an %s annotation.") void annotation(String annotation) -
singleAnnotationAs
-
singleJsonNode
@LogMessage(level=DEBUG) @Message(id=2007, value="Processing a single %s json node.") void singleJsonNode(String node) -
jsonNode
@LogMessage(level=DEBUG) @Message(id=2008, value="Processing an %s json node.") void jsonNode(String node) -
singleJsonObject
@LogMessage(level=DEBUG) @Message(id=2009, value="Processing a single %s json object.") void singleJsonObject(String node) -
jsonMap
@LogMessage(level=DEBUG) @Message(id=2010, value="Processing a json map of %s.") void jsonMap(String node) -
annotationsListInto
-
enumProcessing
@LogMessage(level=DEBUG) @Message(id=2013, value="Processing an enum %s") void enumProcessing(org.jboss.jandex.Type type) -
annotationsArray
@LogMessage(level=DEBUG) @Message(id=2014, value="Processing an array of %s annotations.") void annotationsArray(String annotation) -
jsonArray
@LogMessage(level=DEBUG) @Message(id=2015, value="Processing a json array of %s json nodes.") void jsonArray(String of) -
unparseableJson
@LogMessage(level=INFO) @Message(id=2016, value="JSON value could not be parsed: %s") void unparseableJson(String value) -
invalidJsonType
-