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