Framework (from HSLExtensions)

https://github.com/theonetruenerd/VenusPackages/blob/main/Framework.pkg

The framework library from HSLExtensions provides two visible functions, but is also required for a few of the other HSLExtension libraries. It uses the functionality of the ASW Standard TraceLevel library. The functions it adds are:

GetVersion()

This function gets the framework version

Returns:

The framework version

Return type:

String

SetTraceLevel(variable i_intTraceLevel)

This function sets the trace level of the framework.

Params i_intTraceLevel:

The trace level, for the ASWStandard::TraceLevel library. 0 = TRACE_LEVEL_NONE, 1 = TRACE_LEVEL_RELEASE, 2 = TRACE_LEVEL_DEBUG.

Returns:

None

Return type:

N/A