| AspriseImagingconfigureNativeLogging Method  | 
            Configure logging settings.
            
 
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void configureNativeLogging(
	int level,
	string logFilePath
)
Public Shared Sub configureNativeLogging ( 
	level As Integer,
	logFilePath As String
)
public:
static void configureNativeLogging(
	int level, 
	String^ logFilePath
)
static member configureNativeLogging : 
        level : int * 
        logFilePath : string -> unit 
Parameters
- level
 - Type: SystemInt32
Any of LOG_LEVEL_INFO, etc. - logFilePath
 - Type: SystemString
path to the target output file or special values: "stdout", "stderr" for console logging, null or empty string to disable logging. 
See Also