Package org.alfresco.repo.module.tool
Interface LogOutput
-
- All Known Implementing Classes:
ModuleManagementTool
public interface LogOutputI didn't want to create this. The module management tool has an outputMessage method. I needed an implentation-independent way of outputting a message from a helper class without relying on a Logging framework or a Module Management Tool Class. Hopefully this will be removed when the code is refactored.- Author:
- Gethin James
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinfo(java.lang.Object message)
-