public interface HasToLogForValues extends CategoryHas
Interface for objects that have special log methods.
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getLogClass()
Returns the class used in the log method.
|
default StrBuilder |
toLog(Object... values)
Returns the class name with the values as a log builder
|
Class<?> getLogClass()
Returns the class used in the log method.
default StrBuilder toLog(Object... values)
Returns the class name with the values as a log builder
values - array of values for loggingCopyright © 2016–2017. All rights reserved.