public interface AndroidLog extends Log
An Android logging interface abstracting logging APIs. In order to be instantiated successfully by AndroidLogFactory, classes that
implement this interface must have a constructor that takes a single String parameter representing the "name" of this AndroidLog.
This interface extends Log and use the same six logging levels used by Log.
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace, warn, warnCopyright © 2014. All rights reserved.