Class LogOutput

java.lang.Object
com.github.eventmanager.outputs.LogOutput
All Implemented Interfaces:
Output

public class LogOutput extends Object implements Output
  • Constructor Details

    • LogOutput

      public LogOutput()
  • Method Details

    • write

      public void write(LogHandler loghandler, String event)
      Description copied from interface: Output
      Writes the given event to the internal log file.
      Specified by:
      write in interface Output
      Parameters:
      loghandler - the LogHandler to use for writing the event.
      event - the event to write.
    • write

      public void write(InternalEventManager internalEventManager, String event)
      Description copied from interface: Output
      Writes the given event to the log file.
      Specified by:
      write in interface Output
      Parameters:
      internalEventManager - the InternalEventManager to use for writing the event.
      event - the event to write.