C# Class ThoughtWorks.VisualStudio.LogSettings

Class to handle persistance of log file settings for the add-in
Afficher le fichier Open project: ThoughtWorksStudios/vs-connector

Méthodes publiques

Méthode Description
Set ( bool traceOn, string logName, bool entryExit ) : void

Sets all Trace logging options at once

Method Details

Set() public static méthode

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