org.sonar.home.log
Interface Log

All Known Implementing Classes:
Slf4jLog, StandardLog

public interface Log


Method Summary
 void debug(String s)
           
 void error(String s, Throwable throwable)
           
 void info(String s)
           
 void warn(String s)
           
 

Method Detail

debug

void debug(String s)

info

void info(String s)

warn

void warn(String s)

error

void error(String s,
           Throwable throwable)


Copyright © 2009-2014 SonarSource. All Rights Reserved.