Home > widget-integration > AppService > logger

AppService.logger property

Signature:

get logger(): {
		debug: (...args: any[]) => void;
		info: (...args: any[]) => void;
		warn: (...args: any[]) => void;
		error: (...args: any[]) => void;
	};