Click or drag to resize

ServerLogWriterWrite Method (String, Object)

Namespace:  SampSharp.Core
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public override void Write(
	string format,
	params Object[] arg
)

Parameters

format
Type: SystemString
A composite format string (see Remarks).
arg
Type: SystemObject
An object array that contains zero or more objects to format and write.
See Also