GetLogger

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

x

Atlas inference products

x

Atlas training products

x

Function Description

Obtains the log implementation class.

Prototype

1
static FlowFuncLogger &GetLogger(FlowFuncLogType type)

Command-Line Options

Parameter

Input/Output

Description

type

Input

Log type. The value is FlowFuncLogType.

1
2
3
4
enum class FLOW_FUNC_VISIBILITY FlowFuncLogType {
DEBUG_LOG = 0, // Debug log
RUN_LOG = 1      // Run log
};

Returns

Log implementation class.

Troubleshooting

None

Constraints

None