Interface LogObserver

All Known Implementing Classes:
LogFileWriter, LogStdoutWriter

public interface LogObserver
Observer interface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(String p_message)
    To be used to notify an observer
  • Method Details

    • notify

      void notify(String p_message)
      To be used to notify an observer
      Parameters:
      p_message - String message