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
    Modifier and Type
    Field
    Description
    static final IoLogging
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    annotation(String annotation)
     
    void
     
    void
    annotationsList(String annotation)
     
    void
    annotationsListInto(String annotation, String into)
     
    void
    annotationsMap(String annotation)
     
    void
    enumProcessing(org.jboss.jandex.Type type)
     
    void
    invalidJsonType(String targetType, String nodeText)
     
    void
     
    void
     
    void
     
    void
     
    void
     
    void
     
    void
    singleAnnotationAs(String annotation, String as)
     
    void
     
    void
     
    void
     

    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

  • 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

      @LogMessage(level=DEBUG) @Message(id=2006, value="Processing a single %s annotation as a %s.") void singleAnnotationAs(String annotation, String as)
    • 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

      @LogMessage(level=DEBUG) @Message(id=2012, value="Processing a list of %s annotations into an %s.") void annotationsListInto(String annotation, String into)
    • 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

      @LogMessage(level=INFO) @Message(id=2017, value="JSON/YAML value could not be read as type %s: %s") void invalidJsonType(String targetType, String nodeText)