| 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.Core
    Assembly:
   SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
 Syntax
Syntaxpublic override void Write(
	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
See Also