@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
36 lines (25 loc) • 1.38 kB
Markdown
lang: en
title: 'API docs: logging.loggingbindings'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/extensions/logging
permalink: /doc/en/lb4/apidocs.logging.loggingbindings.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/logging](./logging.md) > [LoggingBindings](./logging.loggingbindings.md)
## LoggingBindings namespace
Binding keys used by this component.
<b>Signature:</b>
```typescript
export declare namespace LoggingBindings
```
## Variables
| Variable | Description |
| --- | --- |
| [COMPONENT](./logging.loggingbindings.component.md) | |
| [FLUENT\_SENDER](./logging.loggingbindings.fluent_sender.md) | |
| [WINSTON\_HTTP\_ACCESS\_LOGGER](./logging.loggingbindings.winston_http_access_logger.md) | Binding key for http access logger with winston |
| [WINSTON\_INVOCATION\_LOGGER](./logging.loggingbindings.winston_invocation_logger.md) | Binding key for method invocation logger with winston |
| [WINSTON\_LOGGER](./logging.loggingbindings.winston_logger.md) | Binding key for winston logger |
| [WINSTON\_TRANSPORT\_FLUENT](./logging.loggingbindings.winston_transport_fluent.md) | Binding key for winston transport backed by fluent |