GetLoggerReturn
@h4ad/serverless-adapter > GetLoggerReturn
(type) GetLoggerReturn
The return value of HuaweiContext getLogger
Is the instance of logger that can be used to send logs to
Signature:
export type GetLoggerReturn = \{
info(message: string): void;
};