public static interface Logger.Log
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Object o) |
void |
debug(Object o,
Throwable t) |
void |
error(Object o) |
void |
error(Object o,
Throwable t) |
void |
fatal(Object o) |
void |
fatal(Object o,
Throwable t) |
void |
info(Object o) |
void |
info(Object o,
Throwable t) |
void |
setClass(Class clazz) |
void |
warn(Object o) |
void |
warn(Object o,
Throwable t) |
Copyright © 2005–2021 Atlassian. All rights reserved.