Click or drag to resize

ServerLogWriterWrite Method (String, Object, Object)

Writes a formatted string to the text string or stream, using the same semantics as the Format(String, Object, Object) method.

Namespace:  SampSharp.Core
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public override void Write(
	string format,
	Object arg0,
	Object arg1
)

Parameters

format
Type: SystemString
A composite format string (see Remarks).
arg0
Type: SystemObject
The first object to format and write.
arg1
Type: SystemObject
The second object to format and write.
See Also