Message Constructor (Object, String, Int32)NFX Class Library

[This is preliminary documentation and is subject to change.]

Creates message with Parameters supplanted with caller file name and line #

Namespace: NFX.Log
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Message(
	Object pars,
	string file = null,
	int line = 0
)
See Also