mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 01:03:36 +02:00
move modules around.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/* sbt -- Simple Build Tool
|
||||
* Copyright 2009 Mark Harrah
|
||||
*/
|
||||
package xsbti;
|
||||
|
||||
public interface Logger
|
||||
{
|
||||
void error(F0<String> msg);
|
||||
void warn(F0<String> msg);
|
||||
void info(F0<String> msg);
|
||||
void debug(F0<String> msg);
|
||||
void trace(F0<Throwable> exception);
|
||||
}
|
||||
Reference in New Issue
Block a user