public interface Logger
Logger
class, but serves here as a wrapper around different logging implementations.| Modifier and Type | Method and Description |
|---|---|
void |
debug(Object o) |
void |
debug(Object o,
Throwable throwable) |
void |
error(Object o) |
void |
error(Object o,
Throwable throwable) |
void |
fatal(Object o) |
void |
fatal(Object o,
Throwable throwable) |
void |
info(Object o) |
void |
info(Object o,
Throwable throwable) |
boolean |
isDebugEnabled() |
boolean |
isInfoEnabled() |
void |
warn(Object o) |
void |
warn(Object o,
Throwable throwable) |
Copyright © 2016 Eclipse Stardust. All Rights Reserved.