The type.
The submitted arguments.
The next function.
A logger action.
A logger middleware.
The type.
The submitted arguments.
If falsy nothing is logged.
A logger middleware.
The type.
The submitted arguments.
A 'next function'.
The global, default logger.
Creates a new logger middleware, that outputs to console.
The new middleware.
Creates a new logger instance.
The new instance.
Creates a middleware, that tries to execute all loggers in a chain, using a 'next function'.
The main logger.
The new middleware.
Creates a middleware, that tries to execute a main logger and uses the first working fallback middleware, if it fails, using a 'next function'.
The main logger.
The first, required fallback.
The new middleware.
Creates a middleware, wraps into a list of one or more filters and executes it only, if all filters match all criteria (return a truely value).
The middleware to wrap.
The first filter.
The new middleware.
Generated using TypeDoc
An any logger middleware.