Click or drag to resize
MooshLoggerError Method (Exception)
Logs an error to the output stream.

Namespace: Moosh
Assembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Error(
	Exception error
)

Parameters

error
Type: SystemException
The error to be reported.
See Also