---
title: logging
framework: swift-package-manager
role: symbol
role_heading: Instance Property
path: swift-package-manager/documentation/packageplugin/packagemanager/buildparameters/logging
---

# logging

Controls the amount of detail in the log returned in the build result.

## Declaration

```swift
var logging: PackageManager.BuildLogVerbosity
```

## See Also

### Inspecting Build Parameters

- [configuration](swift-package-manager/documentation/packageplugin/packagemanager/buildparameters/configuration.md)
- [echoLogs](swift-package-manager/documentation/packageplugin/packagemanager/buildparameters/echologs.md)
- [otherCFlags](swift-package-manager/documentation/packageplugin/packagemanager/buildparameters/othercflags.md)
- [otherCxxFlags](swift-package-manager/documentation/packageplugin/packagemanager/buildparameters/othercxxflags.md)
- [otherLinkerFlags](swift-package-manager/documentation/packageplugin/packagemanager/buildparameters/otherlinkerflags.md)
- [otherSwiftcFlags](swift-package-manager/documentation/packageplugin/packagemanager/buildparameters/otherswiftcflags.md)
