Skip to content

A simple project with an aspect that logs every method call inside a specific package

Notifications You must be signed in to change notification settings

sataaa/MethodTimesLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MethodTimesLogger

A simple project with an aspect (com.phantomrod.aspect.PhantomRodLogger) that logs every method call inside a specific package (com.phantomrod.*)

Just run Main.java and check the output. Note that there is no logging being done in Looper and only once in Main. The aspect is the one actually doing all the logging.

About

A simple project with an aspect that logs every method call inside a specific package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages