mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 01:03:36 +02:00
Apply javafmt in sbt project
This commit is contained in:
@@ -10,9 +10,13 @@ package xsbti;
|
||||
import java.util.function.Supplier;
|
||||
|
||||
public interface Logger {
|
||||
void error(Supplier<String> msg);
|
||||
void warn(Supplier<String> msg);
|
||||
void info(Supplier<String> msg);
|
||||
void debug(Supplier<String> msg);
|
||||
void trace(Supplier<Throwable> exception);
|
||||
void error(Supplier<String> msg);
|
||||
|
||||
void warn(Supplier<String> msg);
|
||||
|
||||
void info(Supplier<String> msg);
|
||||
|
||||
void debug(Supplier<String> msg);
|
||||
|
||||
void trace(Supplier<Throwable> exception);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user