public class LoggerNameUtil extends Object
Constructor and Description |
---|
LoggerNameUtil() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
computeNameParts(String loggerName) |
static int |
getFirstSeparatorIndexOf(String name) |
static int |
getSeparatorIndexOf(String name,
int fromIndex)
Get the position of the separator character, if any, starting at position
'fromIndex'.
|
public static int getFirstSeparatorIndexOf(String name)
public static int getSeparatorIndexOf(String name, int fromIndex)
name
- fromIndex
- Copyright © 2005-2013 QOS.ch. All Rights Reserved.