| TraceWriterTraceInfo Method |
Trace information
Namespace:
SanteDB.Core.Diagnostics
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax public void TraceInfo(
string source,
string format,
params Object[] args
)
Public Sub TraceInfo (
source As String,
format As String,
ParamArray args As Object()
)
public:
void TraceInfo(
String^ source,
String^ format,
... array<Object^>^ args
)
member TraceInfo :
source : string *
format : string *
args : Object[] -> unit
Parameters
- source
- Type: SystemString
[Missing <param name="source"/> documentation for "M:SanteDB.Core.Diagnostics.TraceWriter.TraceInfo(System.String,System.String,System.Object[])"]
- format
- Type: SystemString
[Missing <param name="format"/> documentation for "M:SanteDB.Core.Diagnostics.TraceWriter.TraceInfo(System.String,System.String,System.Object[])"]
- args
- Type: SystemObject
[Missing <param name="args"/> documentation for "M:SanteDB.Core.Diagnostics.TraceWriter.TraceInfo(System.String,System.String,System.Object[])"]
See Also