mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Use TinyLog for protocol logging
This commit is contained in:
@@ -289,6 +289,11 @@ public class Log {
|
||||
return 0;
|
||||
}
|
||||
|
||||
public static int w(String tag, String msg) {
|
||||
org.tinylog.Logger.tag(tag).warn(msg);
|
||||
return 0;
|
||||
}
|
||||
|
||||
public static int w(Throwable ex) {
|
||||
if (BuildConfig.BETA_RELEASE)
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user