Package net.sourceforge.jarduino.util
Class ArduinoLogManager
java.lang.Object
net.sourceforge.jarduino.util.ArduinoLogManager
public final class ArduinoLogManager extends Object
Log Manager.
-
Method Summary
Modifier and Type Method Description static StringformatData(byte[] pData)Format data.static StringformatData(byte[] pData, int pOffset, int pLength)Format data.static ArduinoLoggergetLogger(Class<?> pOwner)Obtain a logger.
-
Method Details
-
getLogger
Obtain a logger.- Parameters:
pOwner- the owning class- Returns:
- the logger
-
formatData
Format data.- Parameters:
pData- the data to format- Returns:
- the formatted data
-
formatData
Format data.- Parameters:
pData- the data to formatpOffset- the offsetpLength- the length of data- Returns:
- the formatted data
-