public interface Logger
| Modifier and Type | Interface and Description |
|---|---|
static class |
Logger.AndroidLogger |
static class |
Logger.JavaLogger |
static class |
Logger.SystemOutLogger |
| Modifier and Type | Method and Description |
|---|---|
void |
log(java.util.logging.Level level,
java.lang.String msg) |
void |
log(java.util.logging.Level level,
java.lang.String msg,
java.lang.Throwable th) |
Available under the Apache License, Version 2.0 - Copyright © 2012-2017 greenrobot.org. All Rights Reserved.