![]() |
Qore DataProvider Module Reference
1.0.2
|
Pipeline option info. More...
Public Attributes | |
| *code | debug_log |
| a closure or call reference for debug logging More... | |
| *code | error_log |
| error_log: a closure or call reference for error logging More... | |
| *code | info_log |
| 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 | |
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 |
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 |
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