All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kt3k.straw.StrawLogErrorPrinter Maven / Gradle / Ivy

The newest version!
package org.kt3k.straw;

import android.util.Log;
import android.util.LogPrinter;

class StrawLogErrorPrinter extends LogPrinter {

	static String TAG = "Straw Framework";

	public StrawLogErrorPrinter() {
		super(Log.ERROR, TAG);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy