Package io.heraldprox.herald.sensor.data
Class ConcreteSensorLogger
- java.lang.Object
-
- io.heraldprox.herald.sensor.data.ConcreteSensorLogger
-
- All Implemented Interfaces:
SensorLogger
public class ConcreteSensorLogger extends java.lang.Object implements SensorLogger
-
-
Constructor Summary
Constructors Constructor Description ConcreteSensorLogger(java.lang.String subsystem, java.lang.String category)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcontext(android.content.Context context)voiddebug(java.lang.String message, java.lang.Object... values)voidfault(java.lang.String message, java.lang.Object... values)voidinfo(java.lang.String message, java.lang.Object... values)
-
-
-
Method Detail
-
context
public static void context(@Nullable android.content.Context context)
-
debug
public void debug(@NonNull java.lang.String message, java.lang.Object... values)- Specified by:
debugin interfaceSensorLogger
-
info
public void info(@NonNull java.lang.String message, java.lang.Object... values)- Specified by:
infoin interfaceSensorLogger
-
fault
public void fault(@NonNull java.lang.String message, java.lang.Object... values)- Specified by:
faultin interfaceSensorLogger
-
-