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 IoLogging logger  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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)  
      • 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
    • Method Detail

      • 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)
      • readingCallbackOperation

        @LogMessage(level=ERROR)
        @Message(id=2011,
                 value="Error reading a CallbackOperation annotation.")
        void readingCallbackOperation​(@Cause
                                      Throwable cause)
      • 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)