C# Class ThoughtWorks.VisualStudio.LogSettings

Class to handle persistance of log file settings for the add-in
显示文件 Open project: ThoughtWorksStudios/vs-connector

Public Methods

Method Description
Set ( bool traceOn, string logName, bool entryExit ) : void

Sets all Trace logging options at once

Method Details

Set() public static method

Sets all Trace logging options at once
public static Set ( bool traceOn, string logName, bool entryExit ) : void
traceOn bool
logName string
entryExit bool
return void