java.lang.Object
ch.qos.logback.classic.util.LoggerNameUtil
Utility class for analysing logger names.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncomputeNameParts
(String loggerName) static int
static int
getSeparatorIndexOf
(String name, int fromIndex) Get the position of the separator character, if any, starting at position 'fromIndex'.
-
Constructor Details
-
LoggerNameUtil
public LoggerNameUtil()
-
-
Method Details
-
getFirstSeparatorIndexOf
-
getSeparatorIndexOf
Get the position of the separator character, if any, starting at position 'fromIndex'.- Parameters:
name
-fromIndex
-- Returns:
-
computeNameParts
-