Package 

Enum Logger.Category


  • 
    public enum Logger.Category
    
                        

    An enumeration of different categories for log messages.

    • Constructor Summary

      Constructors 
      Constructor Description
      Category(String name) Initializes a Category instance with the given name.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      STATISTICS

      A category for log messages containing statistics.

      VOLATILE

      A category for messages which needn't be stored.

    • Method Summary

      Modifier and Type Method Description
      String toString() {@inheritDoc}
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Category

        Category(String name)
        Initializes a Category instance with the given name.
        Parameters:
        name - The short string which identifies the category.