.Net SDK 4.0.0 documentation
.Net SDK 4.0.0 documentation
Intuit.Ipp.Diagnostics
TraceLogger Class
TraceLogger Methods
Log Method
TraceLogger
Log Method
Logs messages depending on the ids trace level.
Namespace:
Intuit.Ipp.Diagnostics
Assembly:
Intuit.Ipp.Diagnostics (in Intuit.Ipp.Diagnostics.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
Copy
public
void
Log
(
TraceLevel
idsTraceLevel
,
string
messageToWrite
)
Parameters
idsTraceLevel
Type:
Intuit.Ipp.Diagnostics
TraceLevel
IDS Trace Level.
messageToWrite
Type:
System
String
The message to write.
Implements
ILogger
Log(TraceLevel, String)
See Also
Reference
TraceLogger Class
Intuit.Ipp.Diagnostics Namespace