Interface LogOutput


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 Summary

    Modifier and Type
    Method
    Description
    void
    info(Object message)
     
  • Method Details

    • info

      void info(Object message)