public class DestinationLoggerProvider extends java.lang.Object implements com.google.inject.Provider<DestinationLogger>
| Constructor and Description |
|---|
DestinationLoggerProvider() |
| Modifier and Type | Method and Description |
|---|---|
DestinationLogger |
get() |
LoggerConfig |
getConfig()
Getter for the field
config. |
DestinationLoggerStore |
getDestinationLoggerStore()
Getter for the field
destinationLoggerStore. |
void |
setConfig(LoggerConfig config)
Setter for the field
config. |
void |
setDestinationLoggerStore(DestinationLoggerStore destinationLoggerStore)
Setter for the field
destinationLoggerStore. |
public DestinationLogger get()
get in interface javax.inject.Provider<DestinationLogger>public LoggerConfig getConfig()
Getter for the field config.
LoggerConfig object.@Inject public void setConfig(LoggerConfig config)
Setter for the field config.
config - a LoggerConfig object.public DestinationLoggerStore getDestinationLoggerStore()
Getter for the field destinationLoggerStore.
DestinationLoggerStore object.@Inject public void setDestinationLoggerStore(DestinationLoggerStore destinationLoggerStore)
Setter for the field destinationLoggerStore.
destinationLoggerStore - a DestinationLoggerStore object.Copyright © 2022. All rights reserved.