GetLogger
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Obtains the log implementation class.
Prototype
1 | static FlowFuncLogger &GetLogger(FlowFuncLogType type) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
type |
Input |
Log type. The value is FlowFuncLogType. enum class FLOW_FUNC_VISIBILITY FlowFuncLogType { DEBUG_LOG = 0, // Debug log RUN_LOG = 1 // Run log }; |
Returns
Log implementation class
Exception Handling
None
Constraints
None
Parent topic: UDF Log APIs