Parses a configuration string into a logging configuration.
Parameters
loggingConfStr: string = ""
a string in the format logger-name:LEVEL, other-logger-name: LEVEL.
e.g. apprt-core:DEBUG, map-init:WARN
or DEBUG for the root level.
or apprt-core to set it to DEBUG.
Parses a configuration string into a logging configuration.