This repository was archived by the owner on Apr 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +53
-0
lines changed
Tests/BaggageLoggingTests Expand file tree Collapse file tree 4 files changed +53
-0
lines changed Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift Baggage Context open source project
4
+ //
5
+ // Copyright (c) 2020 Moritz Lang and the Swift Baggage Context project authors
6
+ // Licensed under Apache License v2.0
7
+ //
8
+ // See LICENSE.txt for license information
9
+ //
10
+ // SPDX-License-Identifier: Apache-2.0
11
+ //
12
+ //===----------------------------------------------------------------------===//
13
+
1
14
import Baggage
2
15
import Logging
3
16
Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift Baggage Context open source project
4
+ //
5
+ // Copyright (c) 2020 Moritz Lang and the Swift Baggage Context project authors
6
+ // Licensed under Apache License v2.0
7
+ //
8
+ // See LICENSE.txt for license information
9
+ //
10
+ // SPDX-License-Identifier: Apache-2.0
11
+ //
12
+ //===----------------------------------------------------------------------===//
13
+
1
14
import Baggage
2
15
import Logging
3
16
Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift Baggage Context open source project
4
+ //
5
+ // Copyright (c) 2020 Moritz Lang and the Swift Baggage Context project authors
6
+ // Licensed under Apache License v2.0
7
+ //
8
+ // See LICENSE.txt for license information
9
+ //
10
+ // SPDX-License-Identifier: Apache-2.0
11
+ //
12
+ //===----------------------------------------------------------------------===//
13
+
1
14
import Baggage
2
15
import BaggageHolder // TODO: fixme terrible name
3
16
import Logging
Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift Baggage Context open source project
4
+ //
5
+ // Copyright (c) 2020 Moritz Lang and the Swift Baggage Context project authors
6
+ // Licensed under Apache License v2.0
7
+ //
8
+ // See LICENSE.txt for license information
9
+ //
10
+ // SPDX-License-Identifier: Apache-2.0
11
+ //
12
+ //===----------------------------------------------------------------------===//
13
+
1
14
//===----------------------------------------------------------------------===//
2
15
//
3
16
// This source file is part of the Swift Logging API open source project
11
24
// SPDX-License-Identifier: Apache-2.0
12
25
//
13
26
//===----------------------------------------------------------------------===//
27
+
14
28
import Foundation
15
29
@testable import Logging
16
30
import XCTest
You can’t perform that action at this time.
0 commit comments