Trace Method (String, Exception, Object[])

Glimpse API

ILogger Trace Method (String, Exception,  Object ) Glimpse API Documentation
Log message at Trace level.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

void Trace(
	string messageFormat,
	Exception exception,
	params Object[] args
)
void Trace(
	string messageFormat,
	Exception exception,
	params Object[] args
)

Parameters

messageFormat
Type: OnlineSystem String
The message format.
exception
Type: OnlineSystem Exception
The exception.
args
Type:  OnlineSystem Object 
The args.
See Also