Class ConsoleLogger

java.lang.Object
org.codehaus.plexus.logging.AbstractLogger
org.codehaus.plexus.logging.console.ConsoleLogger
All Implemented Interfaces:
Logger

public final class ConsoleLogger extends AbstractLogger
Logger sending everything to the standard output streams. This is mainly for the cases when you have a utility that does not have a logger to supply.
Author:
Avalon Development Team
  • Constructor Details

    • ConsoleLogger

      public ConsoleLogger(int threshold, String name)
  • Method Details