public class SbtLoggerProxy
extends Object
implements play.dev.filewatch.LoggerProxy
Constructor and Description |
---|
SbtLoggerProxy(sbt.Logger logger) |
Modifier and Type | Method and Description |
---|---|
void |
debug(scala.Function0<String> message) |
void |
error(scala.Function0<String> message) |
void |
info(scala.Function0<String> message) |
void |
success(scala.Function0<String> message) |
void |
trace(scala.Function0<Throwable> t) |
void |
verbose(scala.Function0<String> message) |
void |
warn(scala.Function0<String> message) |
public void debug(scala.Function0<String> message)
debug
in interface play.dev.filewatch.LoggerProxy
public void info(scala.Function0<String> message)
info
in interface play.dev.filewatch.LoggerProxy
public void warn(scala.Function0<String> message)
warn
in interface play.dev.filewatch.LoggerProxy
public void error(scala.Function0<String> message)
error
in interface play.dev.filewatch.LoggerProxy
public void verbose(scala.Function0<String> message)
verbose
in interface play.dev.filewatch.LoggerProxy
public void success(scala.Function0<String> message)
success
in interface play.dev.filewatch.LoggerProxy
public void trace(scala.Function0<Throwable> t)
trace
in interface play.dev.filewatch.LoggerProxy