public class BuckEventAndroidLogger extends Object implements com.android.common.utils.ILogger
ILogger
which posts to an BuckEventBus
Constructor and Description |
---|
BuckEventAndroidLogger(BuckEventBus eventBus) |
Modifier and Type | Method and Description |
---|---|
void |
error(Throwable throwable,
String errorFormat,
Object... args) |
void |
info(String msgFormat,
Object... args) |
void |
verbose(String msgFormat,
Object... args) |
void |
warning(String msgFormat,
Object... args) |
public BuckEventAndroidLogger(BuckEventBus eventBus)
public void error(@Nullable Throwable throwable, @Nullable String errorFormat, Object... args)
error
in interface com.android.common.utils.ILogger
public void warning(String msgFormat, Object... args)
warning
in interface com.android.common.utils.ILogger
public void info(String msgFormat, Object... args)
info
in interface com.android.common.utils.ILogger