Back to project page alogger.
The source code is released under:
GNU General Public License
If you think the Android project alogger listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.jug6ernaut.android.logging; //w w w . j a v a 2 s . com /** * Created with IntelliJ IDEA. * User: williamwebb * Date: 8/28/13 * Time: 10:10 PM */ public class DebugLogger extends Logger { protected DebugLogger(String name) { super(name); } }