Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CSC509 Lecture 10

CSC509 Lecture 10

Software Design
Cloud Services (Logger)
(202411)

Javier Gonzalez-Sanchez

November 04, 2024
Tweet

More Decks by Javier Gonzalez-Sanchez

Other Decks in Programming

Transcript

  1. Dr. Javier Gonzalez-Sanchez [email protected] www.javiergs.info o ffi ce: 14 -227

    CSC 508/9 Software Engineering (Design & Deployment) Lecture 10. Cloud Services (Logger)
  2. Cloud-Base Log Management • Cloud-b a sed log m a

    n a gement refers to the pr a ctice of collecting, storing, a n a lyzing, a nd m a n a ging log d a t a using cloud services. • This a ppro a ch lever a ges cloud computing to h a ndle the v a st a mounts of log d a t a 5
  3. Next 6 trace() debug() info () warn () error() message

    01 message 02 message 03 message 04 message 05 Logger Appender
  4. SLF4J Logback | Add the dependency 12 Just for JSON

    Support https://github.com/CSC3100/Tool-Logging
  5. Full Solution 19 trace() debug() info () warn () error()

    message 01 message 02 message 03 message 04 message 05 Logger Appender Appender Appender
  6. CSC 307 Introduction to Software Engineering Javier Gonzalez-Sanchez, Ph.D. [email protected]

    Summer 2024 Copyright. These slides can only be used as study material for the class CSC307 at Cal Poly. They cannot be distributed or used for another purpose.