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