-
public class Logging
-
-
Method Summary
Modifier and Type Method Description final UnitlogdNumber(String label, Float num)Log a number with a label. final UnitlogdPair(String label, Float fst, Float snd)Log two numbers as a coordinate pair, with a label. final UnitlogdHeader(String label)Log a big header, final Unitlogd(String message)Log a message if in debug mode. final Unitlogd(String tag, String message)final Unitloge(String message)Log error messages normally but add a consistent TAG final Unitloge(String message, Exception e)Log error messages normally but add a consistent TAG final Unitlogi(String message)Log info messages normally but add a consistent TAG -
-
Method Detail
-
logdNumber
final Unit logdNumber(String label, Float num)
Log a number with a label.
-
logdPair
final Unit logdPair(String label, Float fst, Float snd)
Log two numbers as a coordinate pair, with a label.
-
logdHeader
final Unit logdHeader(String label)
Log a big header,
-
loge
final Unit loge(String message, Exception e)
Log error messages normally but add a consistent TAG
-
-
-
-