Package dev.netcode.util


package dev.netcode.util
  • Class Summary
    Class
    Description
    An abstract Class to generalize Logging
    Represents a message which should be logged to an implementation of Logger.
    Includes at least the LogLevel and message.
    Instances of this class can be used when a function may encounter an error and wants to display the error message but you want to manually display it.
    This class contains functions to generate, manipulate or use Strings
    This class contains some different functions so that you dont need to implement them
  • Enum Class Summary
    Enum Class
    Description
    Contains prefixes to change the color of the text inside the console
    Represents different log levels to group messages by their importancy