Method | Description | |
---|---|---|
FlushLogMessages ( |
Flush any buffered log messages to the server main log file. N.B. The current time is used as the log message time stamp. It is assumed that the caller invokes the FlushLogMessages() function sufficiently often that the time stamp is "close enough" to meet.
|
|
Log ( string Format ) : void |
Write a deferred log message to the log.
|
public static FlushLogMessages ( |
||
Script | Supplies the CLR script object. | |
return | void |
public static Log ( string Format ) : void | ||
Format | string | Supplies the String.Format format string. /// |
return | void |