Interface ILogCategory

All Known Implementing Classes:
LogCategories

public interface ILogCategory
Class for creating log categories.
You should implement this in an Enum
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter to override to get the code.
    default String[]
     
  • Method Details

    • code

      String code()
      Getter to override to get the code.
      Returns:
      the category's code
    • more

      default String[] more()