How to implement a custom logging provider for files (1/2) | CodeNameK - 14

Опубликовано: 02 Август 2026
на канале: Code with Saar
1,660
23

Implement a minimal Custom Logging Provider of File to learn the necessary steps.

Resources

Hands-On Lab info:

Instructions: https://github.com/xiaomi7732/CodeWit...

Demo code:

https://github.com/xiaomi7732/CodeWit...

Logging provider for Android implementation: https://github.com/xiaomi7732/CodeWit...

Discord server for Code w/ Saar:   / discord  

Reach me on twitter @CodeWithSaar. My home page: https://www.codewithsaar.net

If you want to buy me a coffee: https://www.buymeacoffee.com/codewith... and thank you!

For more videos like this:
💡Subscribe: https://www.youtube.com/c/CodewithSaa...

Chapters

00:00 Intro
01:04 Implement ILogger
04:11 Implement ILoggingProvider
06:05 Add an extension method to use logging provider
07:28 Use the custom logging provider