Package com.mapr.fs

Class LoggerProxy

  • All Implemented Interfaces:
    com.mapr.fs.jni.JNILoggerProxy

    public class LoggerProxy
    extends java.lang.Object
    implements com.mapr.fs.jni.JNILoggerProxy
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.mapr.fs.jni.JNILoggerProxy InodeLogger  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void debug​(java.lang.Object o)  
      void error​(java.lang.Object o)  
      boolean isDebugEnabled()  
      boolean isTraceEnabled()  
      void trace​(java.lang.Object o)  
      void warn​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

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

      • InodeLogger

        public static final com.mapr.fs.jni.JNILoggerProxy InodeLogger
    • Method Detail

      • error

        public void error​(java.lang.Object o)
        Specified by:
        error in interface com.mapr.fs.jni.JNILoggerProxy
      • isDebugEnabled

        public boolean isDebugEnabled()
        Specified by:
        isDebugEnabled in interface com.mapr.fs.jni.JNILoggerProxy
      • debug

        public void debug​(java.lang.Object o)
        Specified by:
        debug in interface com.mapr.fs.jni.JNILoggerProxy
      • warn

        public void warn​(java.lang.Object o)
        Specified by:
        warn in interface com.mapr.fs.jni.JNILoggerProxy
      • trace

        public void trace​(java.lang.Object o)
        Specified by:
        trace in interface com.mapr.fs.jni.JNILoggerProxy
      • isTraceEnabled

        public boolean isTraceEnabled()
        Specified by:
        isTraceEnabled in interface com.mapr.fs.jni.JNILoggerProxy