| FileTraceWriter Constructor |
Initializes a new instance of the [!:SanteDB.DisconnectedClient.Diagnostics.FileTraceListener] class.
Namespace:
SanteDB.DisconnectedClient.Diagnostics
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public FileTraceWriter(
EventLevel filter,
string fileName,
IDictionary<string, EventLevel> sources
)
Public Sub New (
filter As EventLevel,
fileName As String,
sources As IDictionary(Of String, EventLevel)
)
public:
FileTraceWriter(
EventLevel filter,
String^ fileName,
IDictionary<String^, EventLevel>^ sources
)
new :
filter : EventLevel *
fileName : string *
sources : IDictionary<string, EventLevel> -> FileTraceWriter
Parameters
- filter
- Type: System.Diagnostics.TracingEventLevel
Filter. - fileName
- Type: SystemString
File name. - sources
- Type: System.Collections.GenericIDictionaryString, EventLevel
[Missing <param name="sources"/> documentation for "M:SanteDB.DisconnectedClient.Diagnostics.FileTraceWriter.#ctor(System.Diagnostics.Tracing.EventLevel,System.String,System.Collections.Generic.IDictionary{System.String,System.Diagnostics.Tracing.EventLevel})"]
See Also