Click or drag to resize

ILegacyLogAddMessage Method

Note: This API is now obsolete.

Namespace:  AxiomCore2.Legacy
Assembly:  AxiomCore2 (in AxiomCore2.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("This method is deprecated, please use the new ILog methods.")]
void AddMessage(
	string name,
	string message
)

Parameters

name
Type: SystemString
message
Type: SystemString
See Also