| Modifier and Type | Class and Description |
|---|---|
class |
CompositeLogger |
class |
DynamicLogger |
class |
LoggerImpl
Logger with efficient var-args support.
|
class |
TimeSamplingLogger
decorates a FacebookLogger with the ability to sample logging at a specified window size
(1 per time specified)
|
| Modifier and Type | Method and Description |
|---|---|
Logger |
InstanceLogProvider.get() |
Logger |
LogProvider.get() |
static Logger |
LoggerImpl.getClassLogger()
Returns a logger for the calling class or context.
|
static Logger |
LoggerImpl.getLogger(Class<?> clazz) |
static Logger |
LoggerImpl.getLogger(String name) |
| Constructor and Description |
|---|
InstanceLogProvider(Logger logger) |
Slf4jLoggerAdapter(Logger fbLogger) |
TimeSamplingLogger(Logger logger,
long time,
TimeUnit timeUnit) |
| Constructor and Description |
|---|
CompositeLogger(Collection<Logger> loggers) |
Copyright © 2012–2018 Facebook, Inc.. All rights reserved.