Click or drag to resize
ILoggerLog 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#
void Log(
	TraceLevel idsTraceLevel,
	string messageToWrite
)

Parameters

idsTraceLevel
Type: Intuit.Ipp.DiagnosticsTraceLevel
IDS Trace Level.
messageToWrite
Type: SystemString
The message to write.
See Also