hudson.plugins.warnings.parser
Class ParserRegistry.NullLogger

java.lang.Object
  extended by hudson.plugins.analysis.util.PluginLogger
      extended by hudson.plugins.warnings.parser.ParserRegistry.NullLogger
Enclosing class:
ParserRegistry

public static final class ParserRegistry.NullLogger
extends hudson.plugins.analysis.util.PluginLogger

Null logger.

Author:
Ulli Hafner

Constructor Summary
ParserRegistry.NullLogger()
          Creates a new instance of ParserRegistry.NullLogger.
 
Method Summary
 void log(java.lang.String message)
          
 void log(java.lang.Throwable throwable)
          
 void printStackTrace(java.lang.Throwable throwable)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserRegistry.NullLogger

public ParserRegistry.NullLogger()
Creates a new instance of ParserRegistry.NullLogger.

Method Detail

log

public void log(java.lang.String message)

Overrides:
log in class hudson.plugins.analysis.util.PluginLogger

log

public void log(java.lang.Throwable throwable)

Overrides:
log in class hudson.plugins.analysis.util.PluginLogger

printStackTrace

public void printStackTrace(java.lang.Throwable throwable)

Overrides:
printStackTrace in class hudson.plugins.analysis.util.PluginLogger


Copyright © 2004-2011. All Rights Reserved.