Class EntryData

java.lang.Object
de.eldoria.eldoutilities.debug.data.EntryData
Direct Known Subclasses:
ConfigDump

public class EntryData extends Object
Represents a entry in a debug log
  • Field Details

    • name

      protected String name
    • content

      protected String content
  • Constructor Details

    • EntryData

      public EntryData(String name, String content)
      Create a new debug entry
      Parameters:
      name - Name of debug entry. This is the name displayed on the web page
      content - content of the debug entry.
  • Method Details