| LogRequestsToDisk Constructor (Boolean, String) |
Namespace:
Intuit.Ipp.Core.Rest
Assembly:
Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic LogRequestsToDisk(
bool enableServiceRequestLogging,
string serviceRequestLoggingLocation
)
Parameters
- enableServiceRequestLogging
- Type: SystemBoolean
Value indicating whether to log request response messages. - serviceRequestLoggingLocation
- Type: SystemString
Request Response logging locationl
See Also