Package 

Object Logging

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Logging INSTANCE
    • Method Summary

      Modifier and Type Method Description
      final Unit logdNumber(String label, Float num) Log a number with a label.
      final Unit logdPair(String label, Float fst, Float snd) Log two numbers as a coordinate pair, with a label.
      final Unit logdHeader(String label) Log a big header,
      final Unit logd(String message) Log a message if in debug mode.
      final Unit logd(String tag, String message)
      final Unit loge(String message) Log error messages normally but add a consistent TAG
      final Unit loge(String message, Exception e) Log error messages normally but add a consistent TAG
      final Unit logi(String message) Log info messages normally but add a consistent TAG
      • Methods inherited from class java.lang.Object

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