Click or drag to resize

ServerLogWriterWriteLine Method (String, Object)

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

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

Parameters

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