AzureHandlerV3Options
@h4ad/serverless-adapter > AzureHandlerV3Options
(interface) AzureHandlerV3Options
The options to customize AzureHandlerV3
Signature:
export interface AzureHandlerV3Options
(property) useContextLogWhenInternalLogger
Indicates to use the context log instead console.log when logger is internal (created by the library)
Signature:
useContextLogWhenInternalLogger: boolean;