Click or drag to resize
AspriseImagingconfigureNativeLogging Method

» Asprise Scan Home · Developer's Guide

Configure logging settings.

Namespace: asprise_imaging_api
Assembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void configureNativeLogging(
	int level,
	string logFilePath
)

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