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
I'd like Amplitude to use my system logger. Current AmplitudeLog and LogMode implementations don't allow me to reuse the logic from com.amplitude.AmplitudeLog#log method.
Sample implementation:
com.amplitude.AmplitudeLog#logMode and com.amplitude.AmplitudeLog.LogMode#level fields are inaccessible due to AmplitudeLog and LogMode implementations.
Please add corresponding getters as we can only use reflection to get the values.
Motivations
More friendly API that doesn't force you to use reflection.
The text was updated successfully, but these errors were encountered:
Thanks for choosing amplitude. We appreciate your feedback.
The new version has the support to access logMode and logLevel. Please check it out.
Thanks.
Summary
I'd like Amplitude to use my system logger. Current
AmplitudeLog
andLogMode
implementations don't allow me to reuse the logic fromcom.amplitude.AmplitudeLog#log
method.Sample implementation:
com.amplitude.AmplitudeLog#logMode
andcom.amplitude.AmplitudeLog.LogMode#level
fields are inaccessible due toAmplitudeLog
andLogMode
implementations.Please add corresponding getters as we can only use reflection to get the values.
Motivations
More friendly API that doesn't force you to use reflection.
The text was updated successfully, but these errors were encountered: