[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.
| C# | Visual Basic | Visual C++ |
public interface IServerLogModule
Public Interface IServerLogModule
public interface class IServerLogModule
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| 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 SIF_LogEntry |