ServerLogWriterWrite Method (String, Object) |
Writes a formatted string to the text string or stream, using the same semantics as the
Format(String, Object) method.
Namespace: SampSharp.GameModeAssembly: SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.7.6221.37952
Syntaxpublic override void Write(
string format,
Object arg0
)
Public Overrides Sub Write (
format As String,
arg0 As Object
)
Parameters
- format
- Type: SystemString
A composite format string (see Remarks). - arg0
- Type: SystemObject
The object to format and write.
See Also