Sets the logging level for a given module prefix. This is a convenience wrapper around setModuleLevel, which simply prepares a regular expression that matches the beginning of a logger's module (or name) with the given modulePrefix.
The module's prefix.
The logging level to apply to Loggers whose name matches the given module prefix.
Sets the logging level for a given module prefix. This is a convenience wrapper around setModuleLevel, which simply prepares a regular expression that matches the beginning of a logger's module (or name) with the given modulePrefix.