About the value of each group of reports

Hello,

I am currently trying to develop a plugin using version 2.3.1 of Gatling.

I want to use the “logGroupRequest” method of “io.gatling.core.session.Session” because if you use “group” in the scenario,
I want to record the group unit information in the report.
However, since logGroupRequest has an access modifier “private [gatling]”, I think that it can not be used easily.

I saw the code of the latest version of Gatling, but it was the same.

So there is a question.

  1. Why are you keeping “logGroupRequest” private?
  2. In order to use “logGroupRequest”, should I package with “io.gatling”?

Please tell me if there is any other good way.