Error Method (String, Exception)

Glimpse API

NLogLogger Error Method (String, Exception) Glimpse API Documentation
Log message at Error level.

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

Syntax

public override void Error(
	string message,
	Exception exception
)
public override void Error(
	string message,
	Exception exception
)

Parameters

message
Type: OnlineSystem String
The message.
exception
Type: OnlineSystem Exception
The exception.

Implements

ILogger Error(String, Exception)
See Also