SIFWorks ADK 2.0
IServerLogModule Interface
NamespacesEdustructures.SifWorks.LogIServerLogModule

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

Interface of a ServerLog module to which log information will be posted whenever any of the logging methods of the ServerLog class are called.
Declaration Syntax
C#Visual BasicVisual C++
public interface IServerLogModule
Public Interface IServerLogModule
public interface class IServerLogModule
Members
All MembersMethodsProperties



IconMemberDescription
ID
Gets the ID of this logger

Log(IZone, String)
Post a string message to the server log.

Log(IZone, SIF_LogEntry)
Post information encapsulated by a SIF
CopyC#
SIF_LogEntry
object to the server log.

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