remix/middleware/logger · VariableView Source
Logger
Summary
Context key used to read the current request logger with context.get(Logger).
The logger() middleware also installs the logger as context.logger.
Signature
const Logger: ContextKey<LoggerFunction>;