You are here: Start » DLInvoke.DL_ConfigureLogging

DLInvoke.DL_ConfigureLogging

Filter is used to set minimum level of logged messages.

Namespace:Fil
Assembly:FilNet.DL.Cpu.dll

Syntax

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

Parameters

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

See also