Skip to main content

isInternalLogger

@h4ad/serverless-adapter > isInternalLogger

(function) isInternalLogger

The method used to chck if logger was created by this library, or it was defined by the user.

Signature:

export declare function isInternalLogger(logger: ILogger): boolean;

Parameters

ParameterTypeDescription
loggerILoggerThe instance of the logger to check

Returns:

boolean