protected static interface ParametersLogBuilder.InternalLogger
Used to adaptation instance of the Log
to logger used in the
ParametersLogBuilder.log(InternalLogger)
method.
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled()
Checks whether a logger is enabled.
|
void |
log(CharSequence line)
Logs a line.
|
boolean isEnabled()
true
whether the logger is enabled, otherwise false
.void log(CharSequence line)
line
- the line to log.Copyright © 2015–2016 gabrys.biz. All rights reserved.