SIFWorks ADK 2.0
Log Method (zone, data)
NamespacesEdustructures.SifWorks.LogIServerLogModuleLog(IZone, SIF_LogEntry)

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

Post information encapsulated by a SIF
CopyC#
SIF_LogEntry
object to the server log.
Declaration Syntax
C#Visual BasicVisual C++
void Log(
	IZone zone,
	SIF_LogEntry data
)
Sub Log ( _
	zone As IZone, _
	data As SIF_LogEntry _
)
void Log (
	IZone^ zone, 
	SIF_LogEntry^ data
)
Parameters
zone (IZone)
The zone on the server to post the message to
data (SIF_LogEntry)
The SIF_LogEntry object

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