public class LogConfigPaths extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BUCK_CONFIG_STRING_TEMPLATE_FILE_PROPERTY
System property holding the path to the logging.properties.st file in the Buck repo.
|
static Path |
LOCAL_PATH
The path to the per-project local (git ignored) logging.properties file.
|
static Optional<Path> |
MAIN_PATH
If present, the path to the logging.properties.st file.
|
static Path |
PROJECT_PATH
The path to the per-project logging.properties file.
|
public static final String BUCK_CONFIG_STRING_TEMPLATE_FILE_PROPERTY
public static final Optional<Path> MAIN_PATH
public static final Path PROJECT_PATH
public static final Path LOCAL_PATH