Skip to content
Snippets Groups Projects
Commit ff5fae06 authored by Johannes Mey's avatar Johannes Mey
Browse files

add logging aspect to support simple, yet inefficient logging within all AST types

parent 792822e9
Branches
No related tags found
No related merge requests found
aspect logging {
protected org.apache.logging.log4j.Logger ASTNode.logger() {
return org.apache.logging.log4j.LogManager.getLogger(getClass());
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment