Method Filesystem.Monitor.basic()->Monitor()->report()
- Method report
protectedvoidreport(SeverityLevellevel,string(7bit)fun,sprintf_formatformat,sprintf_args...args)- Description
Event tracing callback.
- Parameter
level Severity level of the event.
- Parameter
fun Name of the function that called report().
- Parameter
format sprintf() formatting string describing the event.
- Parameter
args Optional extra arguments for the
formatstring.This function is called in various places to provide granular tracing of the monitor state.
The default implementation just calls
global::report()with the same arguments.