public interface LogPublisherCfgClient extends ConfigurationClient
Log Publishers are responsible for distributing log messages from different loggers to a destination.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends LogPublisherCfgClient,? extends LogPublisherCfg> |
definition()
Get the configuration definition associated with this Log Publisher.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
ValueOrExpression<Boolean> |
isEnabled()
Gets the "enabled" property.
|
void |
setEnabled(ValueOrExpression<Boolean> value)
Sets the "enabled" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
commit, properties
ManagedObjectDefinition<? extends LogPublisherCfgClient,? extends LogPublisherCfg> definition()
definition
in interface ConfigurationClient
ValueOrExpression<Boolean> isEnabled()
Indicates whether the Log Publisher is enabled for use.
void setEnabled(ValueOrExpression<Boolean> value) throws PropertyException
Indicates whether the Log Publisher is enabled for use.
value
- The value of the "enabled" property.PropertyException
- If the new value is invalid.ValueOrExpression<String> getJavaClass()
The fully-qualified name of the Java class that provides the Log Publisher implementation.
void setJavaClass(ValueOrExpression<String> value) throws PropertyException
The fully-qualified name of the Java class that provides the Log Publisher implementation.
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.