Class AwkLogger

java.lang.Object
org.sentrysoftware.jawk.util.AwkLogger

public class AwkLogger extends Object
Utility class to handle SLF4J logging and prevent any stupid behavior, like logging its own initialization, which we don't want in most cases.
  • Constructor Details

    • AwkLogger

      public AwkLogger()
  • Method Details

    • getLogger

      public static org.slf4j.Logger getLogger(Class<?> clazz)
      Parameters:
      clazz - Class for which the logger will be used
      Returns:
      an SLF4J Logger instance