Click or drag to resize
weroSoft AG, Software
TraceExtensions Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Provides extensions for tracing a value.
Inheritance Hierarchy
SystemObject
  WeroSoft.DiagnosticsTraceExtensions

Namespace:  WeroSoft.Diagnostics
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static class TraceExtensions
Methods
  NameDescription
Public methodStatic memberCreateTraceDataEntry(Object, StringBuilder, SourceLevels, TraceableKind, String)
Creates a data entry into a string builder according to the giving parameters.
Public methodStatic memberCreateTraceDataEntry(Object, SourceLevels, TraceableKind, String, String, Int32)
Creates a trace entry for a data element.
Public methodStatic memberCreateTraceDataEntry(Object, StringBuilder, SourceLevels, TraceableKind, String, String, Int32)
Creates a trace entry into a string builder.
Top
See Also