public final class LoggingFactory
extends java.lang.Object
implements com.microsoft.rest.v2.policy.RequestPolicyFactory
| Constructor and Description |
|---|
LoggingFactory(LoggingOptions loggingOptions)
Creates a factory which can create LoggingPolicy objects to insert in the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.v2.policy.RequestPolicy |
create(com.microsoft.rest.v2.policy.RequestPolicy next,
com.microsoft.rest.v2.policy.RequestPolicyOptions options) |
public LoggingFactory(LoggingOptions loggingOptions)
loggingOptions - The configurations for this factory.