public static void wtf(string content) { if (!allowWtf) { return; } if (customLogger != null) { customLogger.wtf(TAG, content); } else { Log.Wtf(TAG, content); } }