Class SystemOutLogger

java.lang.Object
com.igormaznitsa.jcp.logger.SystemOutLogger
All Implemented Interfaces:
PreprocessorLogger

public final class SystemOutLogger extends Object implements PreprocessorLogger
An Easy logger which just output log messages into the system output streams
  • Field Details

    • PROPERTY_DEBUG_FLAG

      public static final String PROPERTY_DEBUG_FLAG
      Name of system property to enable debug level logging.
      See Also:
    • FLAG_DEBUG_LEVEL

      private static final boolean FLAG_DEBUG_LEVEL
  • Constructor Details

    • SystemOutLogger

      public SystemOutLogger()
  • Method Details