Skip to content

85danf/FroggerLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FroggerLogger

A neat java agent that allows runtime code injection for the purpose of injecting log directives at runtime.

Purposefully written to only allow injection of log directives (although exploitable on their own account), This library can be easily forked and adapted to any code injection usage.

Usage

Simply include this dependency in your project add ojo repo link HERE and use:

FroggerLogger froggerLogger = new FroggerLogger();
froggerLogger.injectLog(className, classMethod, logContent, line);

About

A neat java agent that allows runtime code injection for the purpose of injecting log directives at runtime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages