Package org.greenrobot.eventbus
Interface Logger
-
- All Known Implementing Classes:
Logger.JavaLogger,Logger.SystemOutLogger
public interface Logger
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLogger.Defaultstatic classLogger.JavaLoggerstatic classLogger.SystemOutLogger
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlog(java.util.logging.Level level, java.lang.String msg)voidlog(java.util.logging.Level level, java.lang.String msg, java.lang.Throwable th)
-