| Modifier and Type | Field and Description |
|---|---|
static String |
EXACT
The prefix which represents an exact path.
|
static String |
GLOB
The prefix which represents a glob path.
|
static String |
PREFIX
The prefix which represents a prefix path.
|
static String |
REGEX
The prefix which represents a regex path.
|
static String |
ROOT_LOGGER_NAME |
static String |
UNKNOWN_LOGGER_NAME |
| Modifier and Type | Method and Description |
|---|---|
static String |
ensureAbsolutePath(String path,
String paramName)
Ensures that the specified
path is an absolute path that starts with "/". |
static String |
newLoggerName(String pathish)
Returns the logger name from the specified
pathish. |
public static final String EXACT
public static final String PREFIX
public static final String GLOB
public static final String REGEX
public static final String UNKNOWN_LOGGER_NAME
public static final String ROOT_LOGGER_NAME
public static String ensureAbsolutePath(String path, String paramName)
path is an absolute path that starts with "/".pathNullPointerException - if path is nullIllegalArgumentException - if path is not an absolute pathCopyright © 2020 LeanCloud. All rights reserved.