com.google.code.sbt
Class SBTLogger

Package class diagram package SBTLogger
java.lang.Object
  extended by com.google.code.sbt.SBTLogger
All Implemented Interfaces:
xsbti.Logger

public class SBTLogger
extends Object
implements xsbti.Logger

Maven Logger wrapper implementing SBT Logger interface.


Constructor Summary
SBTLogger(Log l)
           
 
Method Summary
 void debug(xsbti.F0<String> msg)
           
 void error(xsbti.F0<String> msg)
           
 void info(xsbti.F0<String> msg)
           
 void trace(xsbti.F0<Throwable> exception)
           
 void warn(xsbti.F0<String> msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SBTLogger

public SBTLogger(Log l)
Method Detail

error

public void error(xsbti.F0<String> msg)
Specified by:
error in interface xsbti.Logger

warn

public void warn(xsbti.F0<String> msg)
Specified by:
warn in interface xsbti.Logger

info

public void info(xsbti.F0<String> msg)
Specified by:
info in interface xsbti.Logger

debug

public void debug(xsbti.F0<String> msg)
Specified by:
debug in interface xsbti.Logger

trace

public void trace(xsbti.F0<Throwable> exception)
Specified by:
trace in interface xsbti.Logger


Copyright © 2013. All rights reserved.