public interface Logger
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileContent() |
void |
note(LogLocation location,
java.lang.String message) |
void |
warning(LogLocation location,
java.lang.String message) |
void note(LogLocation location, java.lang.String message)
void warning(LogLocation location, java.lang.String message)
java.lang.String getFileContent()