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