Click or drag to resize
MooshLoggerWarning Method
Warns of alarming circumstances. Logs to output stream.

Namespace: Moosh
Assembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Warning(
	string warning
)

Parameters

warning
Type: SystemString
A warning to be printed to the log.
See Also