Interface LogOutput

  • All Known Implementing Classes:
    ModuleManagementTool

    public interface LogOutput
    I 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 Detail

      • info

        void info​(java.lang.Object message)