public final class LoggerUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
listToString(List<T> list)
make a String for logging from a list of objects.
|
static <K,V> String |
mapToString(Map<K,V> map)
make a String for logging from a map.
|
Copyright © 2018. All rights reserved.