Package graphql.util

Class LogKit

java.lang.Object
graphql.util.LogKit

public class LogKit extends Object
  • Constructor Details

    • LogKit

      public LogKit()
  • Method Details

    • getNotPrivacySafeLogger

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