Class TechnicalLogger


  • @Deprecated(forRemoval=true,
                since="7.15.0")
    public class TechnicalLogger
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    A logger backed to a Technical Logger Service which provides provides methods like slf4j.
    • Constructor Summary

      Constructors 
      Constructor Description
      TechnicalLogger​(java.lang.Class<?> clazz, TechnicalLoggerService technicalLoggerService)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void debug​(java.lang.String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void debug​(java.lang.String message, java.lang.Object... arguments)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void debug​(java.lang.String message, java.lang.Throwable t)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void error​(java.lang.String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void error​(java.lang.String message, java.lang.Object... arguments)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void error​(java.lang.String message, java.lang.Throwable t)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void info​(java.lang.String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void info​(java.lang.String message, java.lang.Object... arguments)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void info​(java.lang.String message, java.lang.Throwable t)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isDebugEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isErrorEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isInfoEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isTraceEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isWarnEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void trace​(java.lang.String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void trace​(java.lang.String message, java.lang.Object... arguments)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void trace​(java.lang.String message, java.lang.Throwable t)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void warn​(java.lang.String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void warn​(java.lang.String message, java.lang.Object... arguments)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void warn​(java.lang.String message, java.lang.Throwable t)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void warning​(java.lang.String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void warning​(java.lang.String message, java.lang.Throwable t)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TechnicalLogger

        public TechnicalLogger​(java.lang.Class<?> clazz,
                               TechnicalLoggerService technicalLoggerService)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • isTraceEnabled

        public boolean isTraceEnabled()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • trace

        public void trace​(java.lang.String message)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • trace

        public void trace​(java.lang.String message,
                          java.lang.Object... arguments)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • trace

        public void trace​(java.lang.String message,
                          java.lang.Throwable t)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • isDebugEnabled

        public boolean isDebugEnabled()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • debug

        public void debug​(java.lang.String message)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • debug

        public void debug​(java.lang.String message,
                          java.lang.Object... arguments)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • debug

        public void debug​(java.lang.String message,
                          java.lang.Throwable t)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • isInfoEnabled

        public boolean isInfoEnabled()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • info

        public void info​(java.lang.String message)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • info

        public void info​(java.lang.String message,
                         java.lang.Object... arguments)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • info

        public void info​(java.lang.String message,
                         java.lang.Throwable t)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • isWarnEnabled

        public boolean isWarnEnabled()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • warn

        public void warn​(java.lang.String message)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • warning

        public void warning​(java.lang.String message,
                            java.lang.Throwable t)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • warning

        public void warning​(java.lang.String message)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • warn

        public void warn​(java.lang.String message,
                         java.lang.Object... arguments)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • warn

        public void warn​(java.lang.String message,
                         java.lang.Throwable t)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • isErrorEnabled

        public boolean isErrorEnabled()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • error

        public void error​(java.lang.String message)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • error

        public void error​(java.lang.String message,
                          java.lang.Object... arguments)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • error

        public void error​(java.lang.String message,
                          java.lang.Throwable t)
        Deprecated, for removal: This API element is subject to removal in a future version.