Package 

Interface YogaLogger


  • 
    public interface YogaLogger
    
                        

    Interface for receiving logs from native layer. Use by setting YogaNode.setLogger(myLogger); See YogaLogLevel for the different log levels.

    • Method Summary

      Modifier and Type Method Description
      abstract void log(YogaLogLevel level, String message)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait