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

Parameters

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

Implements

ILoggerLog(TraceLevel, String)
See Also