public class LogKit
extends java.lang.Object
| Constructor and Description |
|---|
LogKit() |
| Modifier and Type | Method and Description |
|---|---|
static org.slf4j.Logger |
getNotPrivacySafeLogger(java.lang.Class clazz)
Creates a logger with a name indicating that the content might not be privacy safe
eg it could contain user generated content or privacy information.
|
public static org.slf4j.Logger getNotPrivacySafeLogger(java.lang.Class clazz)
clazz - the class to make a logger for