public interface Annal
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String key,
Object... args) |
static Annal |
get(Class<?> clazz) |
void |
info(String key,
Object... args) |
void |
jvm(Throwable ex) |
void |
vertx(io.vertx.core.VertxException ex) |
void |
warn(String key,
Object... args) |
void |
zero(ZeroException ex) |
Copyright © 2017. All rights reserved.