Interface MessageOutput

All Known Implementing Classes:
SysoutMessageOutput

public interface MessageOutput
Debug message output logging by the entity.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    println(String message)
    Log the debug message.
  • Method Details