SIFWorks ADK 2.0
GetServerLog Method (zone)
NamespacesEdustructures.SifWorksAgentGetServerLog(IZone)

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

Gets the ServerLog for a specific zone. This form of getServerLog is provided for consistency with the getLog method. Note you may also call the IZone.getServerLog method directly to obtain a ServerLog for for a zone.
Declaration Syntax
C#Visual BasicVisual C++
public static ServerLog GetServerLog(
	IZone zone
)
Public Shared Function GetServerLog ( _
	zone As IZone _
) As ServerLog
public:
static ServerLog^ GetServerLog (
	IZone^ zone
)
Parameters
zone (IZone)
The zone to obtain a ServerLog instance for
Return Value
The ServerLog instance for the zone

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