Package migratedb.v1.core.api.logging
Interface LogSystem
-
- All Known Implementing Classes:
ApacheCommonsLogSystem,JavaUtilLogSystem,MultiLogSystem,NoLogSystem,Slf4jLogSystem
public interface LogSystem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddebug(String logName, String message)voiderror(String logName, String message)voiderror(String logName, String message, Exception e)voidinfo(String logName, String message)booleanisDebugEnabled(String logName)voidwarn(String logName, String message)
-
-
-
Method Detail
-
isDebugEnabled
boolean isDebugEnabled(String logName)
-
-