Click or drag to resize
LoggerError Method (Object, Exception)

[Missing <summary> documentation for "M:Slash.Diagnostics.Logging.Logger.Error(System.Object,System.Exception)"]

Namespace: Slash.Diagnostics.Logging
Assembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntax
public void Error(
	Object message,
	Exception t
)

Parameters

message
Type: SystemObject

[Missing <param name="message"/> documentation for "M:Slash.Diagnostics.Logging.Logger.Error(System.Object,System.Exception)"]

t
Type: SystemException

[Missing <param name="t"/> documentation for "M:Slash.Diagnostics.Logging.Logger.Error(System.Object,System.Exception)"]

Implements

ILoggerError(Object, Exception)
See Also