Interface ImporterLogger
-
- All Known Implementing Classes:
BasicLogger
,BufferredLogger
public interface ImporterLogger
- Author:
- Thierry Delprat
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
debug(String message)
void
debug(String message, Throwable t)
void
error(String message)
void
error(String message, Throwable t)
String
getLoggerBuffer()
String
getLoggerBuffer(String sep)
void
info(String message)
boolean
isBufferActive()
void
setBufferActive(boolean active)
void
warn(String message)
-