package com.orhanobut.logger; /* loaded from: classes.dex */ public interface LogAdapter { void a(int i, String str, String str2); boolean a(int i, String str); }