Method | Description | |
---|---|---|
LogScrubber ( ) : System |
Initializes a new instance of the LogScrubber class and adds CreditCardFilter and US-style PhoneNumberFilter to the filter collection used to scrub the JSON packet.
|
|
Scrub ( string input ) : string |
The main interface for scrubbing a JSON packet, called before compression (if enabled)
|
public Scrub ( string input ) : string | ||
input | string | The serialized JSON packet is given here. |
return | string |