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
Parameter | Type | Description |
---|---|---|
logger | ILogger | The instance of the logger to check |
Returns:
boolean