Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Apple System Log Logging #81

Merged
merged 2 commits into from
Sep 1, 2021
Merged

Conversation

cedrickcooke
Copy link
Contributor

Relates to #73. Not as good as os_log, but better than the console for many use cases.

@cedrickcooke cedrickcooke requested review from a team, sdonn3 and QuantumRand August 31, 2021 21:54
@github-actions
Copy link

Unit Test Results

  26 files    26 suites   3s ⏱️
159 tests 152 ✔️   7 💤 0 ❌
169 runs  157 ✔️ 12 💤 0 ❌

Results for commit e9e430e.

@codecov
Copy link

codecov bot commented Aug 31, 2021

Codecov Report

Merging #81 (e9e430e) into main (1c1547e) will decrease coverage by 0.39%.
The diff coverage is 94.82%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #81      +/-   ##
============================================
- Coverage     94.44%   94.04%   -0.40%     
- Complexity       51       69      +18     
============================================
  Files            13       16       +3     
  Lines           126      168      +42     
  Branches          8       15       +7     
============================================
+ Hits            119      158      +39     
- Misses            6        7       +1     
- Partials          1        3       +2     
Impacted Files Coverage Δ
logging/src/commonMain/kotlin/DispatchLogger.kt 90.00% <89.65%> (-10.00%) ⬇️
logging/src/commonMain/kotlin/FilterLevelLogger.kt 100.00% <100.00%> (ø)
logging/src/commonMain/kotlin/Log.kt 100.00% <100.00%> (ø)
logging/src/commonMain/kotlin/LogLevel.kt 100.00% <100.00%> (ø)
logging/src/commonMain/kotlin/Logger.kt 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update afde118...e9e430e. Read the comment docs.

@cedrickcooke cedrickcooke merged commit 078eddf into main Sep 1, 2021
@cedrickcooke cedrickcooke deleted the cedrickc/apple-system-logger branch September 1, 2021 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants