# Logging Constructors

- Package: [Aspire.Hosting.Docker](/reference/api/csharp/aspire.hosting.docker.md)
- Type: [Logging](/reference/api/csharp/aspire.hosting.docker/logging.md)
- Kind: `Constructors`
- Members: `1`

Represents the logging configuration for a service in a containerized environment.

## Logging

- Name: `Constructor`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Docker/Resources/ServiceNodes/Logging.cs#L32)

```csharp
public sealed class Logging
{
    public Logging()
    {
        // ...
    }
}
```
