AndroidLogUtil A small utility to give a bit more control over logging in Android. uses: log = new SELogUtil("MainActivity"); log.d("this is a log!"); Or use static access: SELogUtil.logW("this is a warning!");