public static String loggerNameToTag(String loggerName)
Returns the short logger tag (up to 23 chars) for the given logger name.
Traditionally loggers are named by fully-qualified Java classes; this
method attempts to return a concise identifying part of such names.