PROTOCOL
Masking
public protocol Masking
An internal protocol to masked information related to the implemented object according to HaapiLogger.shouldMaskSensitiveData.
Properties
masked
var masked: String
Returns a masked String by using debugDescription if HaapiLogger.shouldMaskSensitiveData is true. Otherwise, description is being used or the values are not masked. (***** is being used to masked the value.)