Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method logging aspects #313

Draft
wants to merge 26 commits into
base: master
Choose a base branch
from
Draft

Method logging aspects #313

wants to merge 26 commits into from

Conversation

dschiese
Copy link
Collaborator

Added aspects to log method executions for both, components and pipeline (pipelines as components are handled as components, i.e. their process() method is the anchor.

Handling

  • no environment variables have been added, therefore, no adjustments need to be undertaken
  • The aspects need to be compiled with the target jar, therefore, the Qanary commons must be available. Currently, the Component Parent includes this, however, not every component relies on the parent. Here, the commons have to be included manually or by setting the parent to Component parent. (Actually, is there a reason for this?)

Needs to be done:

  • Switch to turn off logging (See different issue, too!)
  • Pipeline Pointcuts
  • Tests as far as possible

@dschiese dschiese changed the title Aspect and logging Method logging aspects Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant