xtd::diagnostics::trace_switch::trace_switch | ( | const xtd::string & | display_name, |
const xtd::string & | description, | ||
const xtd::string & | default_switch_value | ||
) |
Initializes a new instance of the xtd::diagnostics::trace_switch class, using the specified display name, description, and default value for the switch.
display_name | The name to display on a user interface. |
description | The description of the switch. |
default_switch_value | The default value of the switch. |