Return a unique identifier for this logging module. This identifier will e.g. be used in the configuration file
to store the configuration for this module. For this reason it should only consist of alpha-numeric characters
plus _ and _.
Returns:
a unique identifier for the module, suitable for use in the configuration file
Return a human-readable name for this logging module. This name is used for displaying information about the
module to the user, e.g. in a configuration interface.
Returns:
a human-readable name for the module, suitable for displaying in a user interface
Return a collection of packages covered by this logging module. This method should be used to group together
those packages that conceptually make up the functionality described by the logging module (e.g. "SPARQL").