Package graphql.util
Class LogKit
java.lang.Object
graphql.util.LogKit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.slf4j.Logger
getNotPrivacySafeLogger
(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.
-
Constructor Details
-
LogKit
public LogKit()
-
-
Method Details
-
getNotPrivacySafeLogger
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.- Parameters:
clazz
- the class to make a logger for- Returns:
- a new Logger
-