public class LogConfigPaths extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | BUCK_CONFIG_STRING_TEMPLATE_FILE_PROPERTYSystem property holding the path to the logging.properties.st file in the Buck repo. | 
| static Path | LOCAL_PATHThe path to the per-project local (git ignored) logging.properties file. | 
| static Optional<Path> | MAIN_PATHIf present, the path to the logging.properties.st file. | 
| static Path | PROJECT_PATHThe 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