You are here: Start » DLInvoke.DL_ConfigureLogging

DLInvoke.DL_ConfigureLogging

Filter is used to set minimum level of logged messages.

Namespace:Avl
Assembly:AvlNet.DL.Cpu.dll

Syntax

C++
C#
 
public static void DL_ConfigureLogging
(
	Avl.DeepLearningLogLevel inMinLogLevel
)

Parameters

Name Type Range Default Description
inMinLogLevelAvl.DeepLearningLogLevelSets minimum level of logged messages. Default value: Info.

See also