Class 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 Detail

      • ConsoleLogger

        public ConsoleLogger​(int threshold,
                             String name)