Package graphql.util

Class LogKit


  • public class LogKit
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LogKit()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogKit

        public LogKit()
    • Method Detail

      • getNotPrivacySafeLogger

        public 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.
        Parameters:
        clazz - the class to make a logger for
        Returns:
        a new Logger