Click or drag to resize

ServerLogWriter Constructor

Initializes a new instance of the ServerLogWriter class.

Namespace:  SampSharp.Core
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public ServerLogWriter(
	IGameModeClient gameModeClient
)

Parameters

gameModeClient
Type: SampSharp.CoreIGameModeClient
The game mode client.
Exceptions
ExceptionCondition
ArgumentNullExceptiongameModeClient
See Also