You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After create the logger, I would like to get the log file directory from the logger. However, I checked the source code, find you encapsulate class with lots of private fields and initialize fields with constructor.
Then how could I get the LogFileDirectoy at runtime?
The PathRoller instance is a private field of RollingFileSink.
The text was updated successfully, but these errors were encountered:
I can check the log file directory through watch window when debug program. However the access route are all private fields.
It's weird design for me, could you told me why you did not consider to sue public property?
After create the logger, I would like to get the log file directory from the logger. However, I checked the source code, find you encapsulate class with lots of private fields and initialize fields with constructor.
Then how could I get the LogFileDirectoy at runtime?
The PathRoller instance is a private field of RollingFileSink.
The text was updated successfully, but these errors were encountered: