Debug Write Method (String, String, MessageType, Int32, String, String, Nullable Guid , Int32)NFX Class Library

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

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

[ConditionalAttribute("DEBUG")]
public static void Write(
	string text,
	string from = null,
	MessageType type = MessageType.Debug,
	int source = 0,
	string topic = null,
	string pars = null,
	Nullable<Guid> correlationContext = null,
	int frameOffset = 2
)
See Also