com.sibvisions.android.log
Class AndroidLogger
java.lang.Object
com.sibvisions.util.log.jdk.JdkStandardLogger
com.sibvisions.android.log.AndroidLogger
- All Implemented Interfaces:
- ILogger
public class AndroidLogger
- extends JdkStandardLogger
The AndroidLogger is the ILogger for the Android logging API.
|
Method Summary |
protected void |
publish(LogRecord pRecord)
Prints out the record through Android log mechanism. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AndroidLogger
public AndroidLogger(String pName)
- Creates a new instance of
AndroidLogger.
- Parameters:
pName - the name for the logger (the class name is recommended)
publish
protected void publish(LogRecord pRecord)
- Prints out the record through Android log mechanism.
- Overrides:
publish in class JdkStandardLogger
- Parameters:
pRecord -
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.