|
49 | 49 | 46FE4D1D25A7A850003A7362 /* Storage_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46FE4D1C25A7A850003A7362 /* Storage_Tests.swift */; };
|
50 | 50 | 9620862C2575C0C800314F8D /* Events.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9620862B2575C0C800314F8D /* Events.swift */; };
|
51 | 51 | 96208650257AA83E00314F8D /* iOSLifecycleMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9620864F257AA83E00314F8D /* iOSLifecycleMonitor.swift */; };
|
| 52 | + 96259F8326CEF526008AE301 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96259F8226CEF526008AE301 /* Logger.swift */; }; |
| 53 | + 96259F8626CF1D45008AE301 /* ConsoleTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96259F8526CF1D45008AE301 /* ConsoleTarget.swift */; }; |
52 | 54 | 966945D7259BDCDD00271339 /* HTTPClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967C40ED259A7311008EB0B6 /* HTTPClient.swift */; };
|
53 | 55 | 967C40DA258D472C008EB0B6 /* Logger_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967C40D9258D472C008EB0B6 /* Logger_Tests.swift */; };
|
54 | 56 | 967C40E3258D4DAF008EB0B6 /* Metrics_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967C40E2258D4DAF008EB0B6 /* Metrics_Tests.swift */; };
|
55 | 57 | 9692724E25A4E5B7009B5298 /* Startup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9692724D25A4E5B7009B5298 /* Startup.swift */; };
|
56 | 58 | 9692726825A583A6009B5298 /* SegmentDestination.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9692726725A583A6009B5298 /* SegmentDestination.swift */; };
|
57 |
| - 96C33A9C25880A5E00F3D538 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C33A9B25880A5E00F3D538 /* Logger.swift */; }; |
| 59 | + 96C33A9C25880A5E00F3D538 /* SegmentLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C33A9B25880A5E00F3D538 /* SegmentLogger.swift */; }; |
58 | 60 | 96C33AAC25892D6D00F3D538 /* Metrics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C33AAB25892D6D00F3D538 /* Metrics.swift */; };
|
59 | 61 | 96C33AB1258961F500F3D538 /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C33AB0258961F500F3D538 /* Settings.swift */; };
|
60 | 62 | 96DBF37B26F39B5500724B0B /* Timeline_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96DBF37A26F39B5500724B0B /* Timeline_Tests.swift */; };
|
|
144 | 146 | 9620862B2575C0C800314F8D /* Events.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Events.swift; sourceTree = "<group>"; };
|
145 | 147 | 962086482579CCC200314F8D /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
146 | 148 | 9620864F257AA83E00314F8D /* iOSLifecycleMonitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOSLifecycleMonitor.swift; sourceTree = "<group>"; };
|
| 149 | + 96259F8226CEF526008AE301 /* Logger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = "<group>"; }; |
| 150 | + 96259F8526CF1D45008AE301 /* ConsoleTarget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConsoleTarget.swift; sourceTree = "<group>"; }; |
147 | 151 | 9679DD6226EFF00800A6933C /* ExampleDestination.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleDestination.swift; sourceTree = "<group>"; };
|
148 | 152 | 967C40D9258D472C008EB0B6 /* Logger_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logger_Tests.swift; sourceTree = "<group>"; };
|
149 | 153 | 967C40E2258D4DAF008EB0B6 /* Metrics_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Metrics_Tests.swift; sourceTree = "<group>"; };
|
150 | 154 | 967C40ED259A7311008EB0B6 /* HTTPClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPClient.swift; sourceTree = "<group>"; };
|
151 | 155 | 9692724D25A4E5B7009B5298 /* Startup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Startup.swift; sourceTree = "<group>"; };
|
152 | 156 | 9692726725A583A6009B5298 /* SegmentDestination.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SegmentDestination.swift; sourceTree = "<group>"; };
|
153 |
| - 96C33A9B25880A5E00F3D538 /* Logger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = "<group>"; }; |
| 157 | + 96C33A9B25880A5E00F3D538 /* SegmentLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SegmentLogger.swift; sourceTree = "<group>"; }; |
154 | 158 | 96C33AAB25892D6D00F3D538 /* Metrics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Metrics.swift; sourceTree = "<group>"; };
|
155 | 159 | 96C33AB0258961F500F3D538 /* Settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Settings.swift; sourceTree = "<group>"; };
|
156 | 160 | 96DBF37A26F39B5500724B0B /* Timeline_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Timeline_Tests.swift; sourceTree = "<group>"; };
|
|
277 | 281 | 9620864E257AA82900314F8D /* Plugins */ = {
|
278 | 282 | isa = PBXGroup;
|
279 | 283 | children = (
|
| 284 | + 96259F8426CEF534008AE301 /* Logger */, |
280 | 285 | 969A533D25B0D510009227D9 /* Platforms */,
|
281 |
| - 96C33A9B25880A5E00F3D538 /* Logger.swift */, |
282 | 286 | 96C33AAB25892D6D00F3D538 /* Metrics.swift */,
|
283 | 287 | 46A018C125E5857D00F9CCD8 /* Context.swift */,
|
284 | 288 | 9692726725A583A6009B5298 /* SegmentDestination.swift */,
|
|
288 | 292 | path = Plugins;
|
289 | 293 | sourceTree = "<group>";
|
290 | 294 | };
|
| 295 | + 96259F8426CEF534008AE301 /* Logger */ = { |
| 296 | + isa = PBXGroup; |
| 297 | + children = ( |
| 298 | + 96259F8226CEF526008AE301 /* Logger.swift */, |
| 299 | + 96C33A9B25880A5E00F3D538 /* SegmentLogger.swift */, |
| 300 | + 96259F8526CF1D45008AE301 /* ConsoleTarget.swift */, |
| 301 | + ); |
| 302 | + path = Logger; |
| 303 | + sourceTree = "<group>"; |
| 304 | + }; |
291 | 305 | 969A533D25B0D510009227D9 /* Platforms */ = {
|
292 | 306 | isa = PBXGroup;
|
293 | 307 | children = (
|
|
521 | 535 | 4621080C2605332D00EBC4A8 /* KeyPath.swift in Sources */,
|
522 | 536 | A31A16262576B6F200C9CDDF /* Timeline.swift in Sources */,
|
523 | 537 | 96C33AB1258961F500F3D538 /* Settings.swift in Sources */,
|
| 538 | + 96259F8626CF1D45008AE301 /* ConsoleTarget.swift in Sources */, |
524 | 539 | 46E382E72654429A00BA2502 /* Utils.swift in Sources */,
|
525 | 540 | A31A16B225781CB400C9CDDF /* JSON.swift in Sources */,
|
526 | 541 | 46022771261F7A4800A9E913 /* Atomic.swift in Sources */,
|
|
535 | 550 | 4663C729267A799100ADDD1A /* QueueTimer.swift in Sources */,
|
536 | 551 | 46FE4C9C25A3F41C003A7362 /* LinuxLifecycleMonitor.swift in Sources */,
|
537 | 552 | 460227422612987300A9E913 /* watchOSLifecycleEvents.swift in Sources */,
|
| 553 | + 96259F8326CEF526008AE301 /* Logger.swift in Sources */, |
538 | 554 | 46F7485E26C718710042798E /* ObjCConfiguration.swift in Sources */,
|
539 | 555 | A31A162F2576B73F00C9CDDF /* State.swift in Sources */,
|
540 | 556 | 9692726825A583A6009B5298 /* SegmentDestination.swift in Sources */,
|
541 | 557 | 4602276C261E7BF900A9E913 /* iOSDelegation.swift in Sources */,
|
542 | 558 | 46A018D425E6C9C200F9CCD8 /* LinuxUtils.swift in Sources */,
|
543 |
| - 96C33A9C25880A5E00F3D538 /* Logger.swift in Sources */, |
| 559 | + 96C33A9C25880A5E00F3D538 /* SegmentLogger.swift in Sources */, |
544 | 560 | 46FE4C9725A3F35E003A7362 /* macOSLifecycleMonitor.swift in Sources */,
|
545 | 561 | 9620862C2575C0C800314F8D /* Events.swift in Sources */,
|
546 | 562 | A3AEE1882581A8F1002386EB /* Deprecations.swift in Sources */,
|
|
0 commit comments