logger

Logger instance used for monitoring and debugging during device profile collection.

The logger captures important events, errors, and diagnostic information throughout the collection process. Different log levels can be configured based on deployment environment and debugging requirements.

Default: Logger.w - Captures warnings and errors only Debug: Logger.d - Detailed collection process information Production: Logger.e - Critical errors only