Skip to content

An example of how we apply some of the techniques we learned in order to design a logging library.

Notifications You must be signed in to change notification settings

csc301-fall2014/LoggingExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logging Example

In this example, we will develop a logging library.

Please note that this is only an example, used to introduce you to some software engineering challenges and techniques. In a real product, you would use an existing logging library , such as log4j, logback, and/or slf4j.

We start with a simple Main class that uses a print statement to print debug messages to the console.

New Requirement: We want to easily turn debug messages on/off.

Let's see how we handle this case in step 2.

About

An example of how we apply some of the techniques we learned in order to design a logging library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages