Skip to content

Instantly share code, notes, and snippets.

View santi-gonzalez's full-sized avatar
🏠
Working from home

Santiago Gonzàlez Bertran santi-gonzalez

🏠
Working from home
View GitHub Profile
@santi-gonzalez
santi-gonzalez / Logger.java
Created August 30, 2015 11:37
Simple Android Log wrapper
import android.util.Log;
import java.util.Map;
/**
*
*/
@SuppressWarnings("unused")
public final class Logger {