org.sonar.home.log
Class StandardLog

java.lang.Object
  extended by org.sonar.home.log.StandardLog
All Implemented Interfaces:
Log

public class StandardLog
extends Object
implements Log


Constructor Summary
StandardLog()
           
 
Method Summary
 void debug(String s)
           
 void error(String s, Throwable throwable)
           
 void info(String s)
           
 void warn(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardLog

public StandardLog()
Method Detail

debug

public void debug(String s)
Specified by:
debug in interface Log

info

public void info(String s)
Specified by:
info in interface Log

warn

public void warn(String s)
Specified by:
warn in interface Log

error

public void error(String s,
                  Throwable throwable)
Specified by:
error in interface Log


Copyright © 2009-2013 SonarSource. All Rights Reserved.