Method Debug.Rapidlog()->werror()
- Method
werror
 voidwerror(stringformat,mixed...args)- Description
 Overloads the predef::werror() function to allow floods of logentries while introducing minimal latency. Logs are buffered, and periodically flushed from another thread. If the arrival rate of logs is excessive, it simply skips part of the logs to keep up.
- Note
 When parts are skipped, records are skipped in whole and will never be split up.
- See also