1 // Package ldlog contains a logging abstraction used by LaunchDarkly SDK components. 2 // 3 // These types and methods allow you to customize the logging behavior of the SDK, such as 4 // filtering log output by level or redirecting it to another destination. 5 // 6 // For a test implementation that captures output, see [github.com/launchdarkly/go-sdk-common/v3/ldlogtest]. 7 package ldlog 8