enable_logging


Description:

public bool enable_logging { get; set; }

true if network traffic should be logged to a trace file (specified by calling start_trace).

This operates independently of whether traffic is online or being handled locally by the mock server. Use this in conjunction with enable_online to either log online traffic, or replay logged traffic locally.