Click or drag to resize
LogAdd Method (Object, Exception)
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Log.Add(System.Object,System.Exception)"]

Namespace: ZU
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
public void Add(
	Object source,
	Exception exc
)

Parameters

source
Type: SystemObject

[Missing <param name="source"/> documentation for "M:ZU.Log.Add(System.Object,System.Exception)"]

exc
Type: SystemException

[Missing <param name="exc"/> documentation for "M:ZU.Log.Add(System.Object,System.Exception)"]

Implements

ITraceProvider.Add(Object, Exception)
See Also