Completed
SDK with Docker talk
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Structured Logging
Automatically move to the next video in the Classroom when playback concludes
- 1 Wprowadzenie
- 2 A tale of a string search
- 3 String search - sentinel
- 4 Just logging?!
- 5 Tale of an addressing scheme...
- 6 Coding part...
- 7 Data structure!
- 8 System activity log
- 9 stream-like?
- 10 printf-like?
- 11 Output?
- 12 Problems to solve
- 13 Expected output
- 14 JSON output example
- 15 The Difference
- 16 Possibilities
- 17 Simple log API . Raw arguments
- 18 "Formatted" log API
- 19 Your fields - your wrapper!
- 20 Logs' destination
- 21 Logical view
- 22 Recursive, variadic template?!
- 23 User's perspective
- 24 Basic types
- 25 User API-simple types
- 26 User API-multi-field types
- 27 User API-nested types struct Vector 2D
- 28 Logger with format
- 29 String parsing
- 30 Glue it up!
- 31 Formatting
- 32 Usage
- 33 Translations
- 34 Logs are coming!
- 35 Keep'em structured!
- 36 Example implementation
- 37 SDK with Docker talk
- 38 Universal idea
- 39 What's on the menu? (ELK-referenced)