Method | Description | |
---|---|---|
GetPolicy ( ) : string |
Gets the logging policy.
|
|
RemovePolicy ( ) : void |
Removes the logging policy.
|
|
SetPolicy ( string value ) : void |
Sets the logging policy
|
|
WriteEnumValues ( LoggingPolicies modes ) : void |
Writes out the LoggingPolicies which are set individually to the pipeline.
|
Method | Description | |
---|---|---|
CreatePolicyKey ( ) : |
||
ILoggingPolicyService ( ) : string | ||
ILoggingPolicyService ( ) : void | ||
ILoggingPolicyService ( string value ) : void | ||
LoggingPolicyCommandBase ( ILoggingPolicyService loggingService = null ) : System |
Creates a new instance of the LoggingPolicyCommandBase class using the given ILoggingPolicyService.
|
|
OpenPolicyKey ( bool writable = false ) : |
protected SetPolicy ( string value ) : void | ||
value | string | The logging policy to set. |
return | void |
protected WriteEnumValues ( LoggingPolicies modes ) : void | ||
modes | LoggingPolicies | The |
return | void |