Package com.yahoo.cloud.config.log
Class LogdConfig.Loglevel.Builder
java.lang.Object
com.yahoo.cloud.config.log.LogdConfig.Loglevel.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
- Enclosing class:
- LogdConfig.Loglevel
public static class LogdConfig.Loglevel.Builder
extends Object
implements com.yahoo.config.ConfigBuilder
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()config(LogdConfig.Loglevel.Config.Builder __builder) Make a new builder and run the supplied function on it before adding it to the listdebug(LogdConfig.Loglevel.Debug.Builder __builder) Make a new builder and run the supplied function on it before adding it to the listerror(LogdConfig.Loglevel.Error.Builder __builder) Make a new builder and run the supplied function on it before adding it to the listevent(LogdConfig.Loglevel.Event.Builder __builder) Make a new builder and run the supplied function on it before adding it to the listfatal(LogdConfig.Loglevel.Fatal.Builder __builder) Make a new builder and run the supplied function on it before adding it to the listinfo(LogdConfig.Loglevel.Info.Builder __builder) info(Consumer<LogdConfig.Loglevel.Info.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listspam(LogdConfig.Loglevel.Spam.Builder __builder) spam(Consumer<LogdConfig.Loglevel.Spam.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listwarning(LogdConfig.Loglevel.Warning.Builder __builder) Make a new builder and run the supplied function on it before adding it to the list
-
Field Details
-
fatal
-
error
-
warning
-
config
-
info
-
event
-
debug
-
spam
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
fatal
-
fatal
Make a new builder and run the supplied function on it before adding it to the list- Parameters:
__func- lambda that modifies the given builder- Returns:
- this builder
-
error
-
error
Make a new builder and run the supplied function on it before adding it to the list- Parameters:
__func- lambda that modifies the given builder- Returns:
- this builder
-
warning
-
warning
Make a new builder and run the supplied function on it before adding it to the list- Parameters:
__func- lambda that modifies the given builder- Returns:
- this builder
-
config
-
config
Make a new builder and run the supplied function on it before adding it to the list- Parameters:
__func- lambda that modifies the given builder- Returns:
- this builder
-
info
-
info
Make a new builder and run the supplied function on it before adding it to the list- Parameters:
__func- lambda that modifies the given builder- Returns:
- this builder
-
event
-
event
Make a new builder and run the supplied function on it before adding it to the list- Parameters:
__func- lambda that modifies the given builder- Returns:
- this builder
-
debug
-
debug
Make a new builder and run the supplied function on it before adding it to the list- Parameters:
__func- lambda that modifies the given builder- Returns:
- this builder
-
spam
-
spam
Make a new builder and run the supplied function on it before adding it to the list- Parameters:
__func- lambda that modifies the given builder- Returns:
- this builder
-
build
-