Skip to content

Commit 44a7b30

Browse files
authored
make public OTelLogHandler struct (#581)
1 parent c3c7d14 commit 44a7b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Bridges/OTelSwiftLog/LogHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let bridgeName: String = "OTelSwiftLog"
77
let version: String = "1.0.0"
88

99
/// A custom log handler to translate swift logs into otel logs
10-
struct OTelLogHandler: LogHandler {
10+
public struct OTelLogHandler: LogHandler {
1111

1212
/// Get or set the configured log level.
1313
///

0 commit comments

Comments
 (0)