public abstract class LogBuckConfig extends Object implements ConfigView<BuckConfig>
Constructor and Description |
---|
LogBuckConfig() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<String> |
getBuildDetailsCommands() |
Optional<String> |
getBuildDetailsTemplate() |
abstract BuckConfig |
getDelegate() |
boolean |
isBuckConfigLocalWarningEnabled() |
boolean |
isJavaGCEventLoggingEnabled() |
boolean |
isJavaUtilsLoggingEnabled() |
boolean |
isLogBuildIdToConsoleEnabled() |
boolean |
isMachineReadableLoggerEnabled() |
boolean |
isProcessTrackerDeepEnabled() |
boolean |
isProcessTrackerEnabled() |
boolean |
isPublicAnnouncementsEnabled() |
boolean |
isRuleKeyLoggerEnabled() |
static LogBuckConfig |
of(BuckConfig delegate) |
public abstract BuckConfig getDelegate()
getDelegate
in interface ConfigView<BuckConfig>
public static LogBuckConfig of(BuckConfig delegate)
@Value.Lazy public boolean isPublicAnnouncementsEnabled()
@Value.Lazy public boolean isProcessTrackerEnabled()
@Value.Lazy public boolean isProcessTrackerDeepEnabled()
@Value.Lazy public boolean isRuleKeyLoggerEnabled()
@Value.Lazy public boolean isMachineReadableLoggerEnabled()
@Value.Lazy public boolean isBuckConfigLocalWarningEnabled()
@Value.Lazy public boolean isJavaUtilsLoggingEnabled()
@Value.Lazy public boolean isJavaGCEventLoggingEnabled()
public boolean isLogBuildIdToConsoleEnabled()
@Value.Lazy public com.google.common.collect.ImmutableSet<String> getBuildDetailsCommands()