Click or drag to resize
MooshLoggerError Method (String)
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(
	string error
)

Parameters

error
Type: SystemString
Details surrounding the error.
See Also