SIFWorks ADK 2.0
Log Method (zone, message)
NamespacesEdustructures.SifWorks.LogDefaultServerLogModuleLog(IZone, String)

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

Post a string message to the server log. The implementation of this method constructs a SIF_LogEntry object with the LogLevel attribute set to "Info" and the SIF_Desc element set to the text message passed to the message parameter. The SIF_LogEntry object is then reported to the zone as a SIF_Event by delegating to the log method that accepts a SIF_LogEntry parameter.
Declaration Syntax
C#Visual BasicVisual C++
public void Log(
	IZone zone,
	string message
)
Public Sub Log ( _
	zone As IZone, _
	message As String _
)
public:
virtual void Log (
	IZone^ zone, 
	String^ message
) sealed
Parameters
zone (IZone)
The zone on the server to post the message to
message (String)
The message text

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10