Click or drag to resize
ILoggerLogFormat Method (LogLevel, Exception, IFormatProvider, String, Object)
Logs a message.

Namespace: PDTec.IceNet.Core.Runtime
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
void LogFormat(
	LogLevel level,
	Exception exception,
	IFormatProvider formatProvider,
	string format,
	params Object[] args
)

Parameters

level
Type: PDTec.IceNet.Core.RuntimeLogLevel
The priority level.
exception
Type: SystemException
The exception to log
formatProvider
Type: SystemIFormatProvider
The format provider to use
format
Type: SystemString
Format string for the message to log
args
Type: SystemObject
Format arguments for the message to log
See Also