ch.qos.logback.classic.util
Class LoggerNameUtil
java.lang.Object
ch.qos.logback.classic.util.LoggerNameUtil
public class LoggerNameUtil
- extends Object
Utility class for analysing logger names.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerNameUtil
public LoggerNameUtil()
getFirstSeparatorIndexOf
public static int getFirstSeparatorIndexOf(String name)
getSeparatorIndexOf
public static int getSeparatorIndexOf(String name,
int fromIndex)
- Get the position of the separator character, if any, starting at position
'fromIndex'.
- Parameters:
name
- fromIndex
-
- Returns:
computeNameParts
public static List<String> computeNameParts(String loggerName)
Copyright © 2005-2013 QOS.ch. All Rights Reserved.