Qore DataProvider Module Reference
2.5
|
Pipeline option info. More...
Public Attributes | |
*code | debug_log |
a closure or call reference for debug logging More... | |
*code | error_log |
a closure or call reference for error logging More... | |
*code | info_log |
a closure or call reference for info logging More... | |
*string | name |
the name of the pipeline for logging purposes; if this key is not included, a generic name will be generated | |
*code | thread_callback |
a closure or call reference for setting thread-local data in new pipeline queue threads | |
Pipeline option info.
*code DataProvider::PipelineOptionInfo::debug_log |
a closure or call reference for debug logging
it must take a single format string and then optional arguments corresponding to the placeholders in the format string
*code DataProvider::PipelineOptionInfo::error_log |
a closure or call reference for error logging
it must take a single format string and then optional arguments corresponding to the placeholders in the format string
*code DataProvider::PipelineOptionInfo::info_log |
a closure or call reference for info logging
it must take a single format string and then optional arguments corresponding to the placeholders in the format string