public final class Utils
extends java.lang.Object
Utils is a generic utility class that provides various utilities and convenience methods.| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
tag(java.lang.Class<?> loggedClass)
Creates a
String-based tag from a given Class that can be used as a tag in
logging methods of Log. |