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

common: Deprecate TraceCompassLogUtils and use trace-event-logger lib #207

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PatrickTasse
Copy link
Contributor

@PatrickTasse PatrickTasse commented Jan 23, 2025

What it does

Deprecate TraceCompassLogUtils and make its implementation defer all its
work to LogUtils from the trace-event-logger library.

Replace all use of TraceCompassLogUtils with LogUtils.

Update all targets to include the trace-event-logger jar from Maven.

Add trace-event-logger plug-in to RCP feature and releng-site.

How to test

Unit tests.

Follow-ups

N/A

Review checklist

  • As an author, I have thoroughly tested my changes and carefully followed the instructions in this template

@PatrickTasse PatrickTasse force-pushed the logutils branch 2 times, most recently from 4fa19d7 to d05f6b8 Compare January 24, 2025 18:46
Deprecate TraceCompassLogUtils and make its implementation defer all its
work to LogUtils from the trace-event-logger library.

Replace all use of TraceCompassLogUtils with LogUtils.

Update all targets to include the trace-event-logger jar from Maven.

Add trace-event-logger plug-in to RCP feature and releng-site.

Signed-off-by: Patrick Tasse <[email protected]>
return this;
}

/**
* Set a category and ID for the flow scope.
*
* This method is mutually exclusive with
* {@link #setParentScope(FlowScopeLog)}. Calling both will throw an
* {@link #setParentScope(IFlowScopeLog)}. Calling both will throw an
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be change to FlowScopeLog

}

/**
* Set a category for the flow scope. When building the scope, an ID
* will be automatically generated.
*
* This method is mutually exclusive with
* {@link #setParentScope(FlowScopeLog)}. Calling both will throw an
* {@link #setParentScope(IFlowScopeLog)}. Calling both will throw an
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be change to FlowScopeLog

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.

2 participants