GlueComponentService WriteLog Method NFX Class Library

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

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

public void WriteLog(
	LogSrc source,
	MessageType type,
	string msg,
	string from = null,
	Exception exception = null,
	string pars = null,
	Nullable<Guid> relatedTo = null
)
See Also