Class MultiLogSystem
- java.lang.Object
-
- migratedb.v1.core.internal.logging.MultiLogSystem
-
-
Constructor Summary
Constructors Constructor Description MultiLogSystem(Collection<LogSystem> delegates)
-
Method Summary
All Methods Instance Methods Concrete 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)StringtoString()voidwarn(String logName, String message)
-
-
-
Constructor Detail
-
MultiLogSystem
public MultiLogSystem(Collection<LogSystem> delegates)
-
-
Method Detail
-
isDebugEnabled
public boolean isDebugEnabled(String logName)
- Specified by:
isDebugEnabledin interfaceLogSystem
-
-