Class NativeLogger


  • public final class NativeLogger
    extends java.lang.Object
    Internal Only.

    This object is called by Native code when it logs inside a JVM. It forwards to our SLF4J logger.

    Do not change the signatures of methods in this class without changing the corresponding native code that depends on it.

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static NativeLogger getLogger​(java.lang.String loggerName)  
      java.lang.String getName()  
      boolean log​(int level, java.lang.String msg)  
      • Methods inherited from class java.lang.Object

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

      • getName

        public java.lang.String getName()
      • log

        public boolean log​(int level,
                           java.lang.String msg)