Does Facebook Plugin automatically include AppEventLogger?

I’m currently using this as onResume function.

@Override
protected void onResume() {
    super.onResume();
    SDKBox.onResume();
}

However, should I add AppEventsLogger.activateApp(this); to the onResume function if I want to use AppEventsLogger function? Thanks.

SDKBOX already did that.

How can I use AppEventsLogger.logEvent with SDKBOX? I’d like to log events like EVENT_NAME_PURCHASED, EVENT_NAME_ACHIEVED_LEVEL etc.
Thanks.

How to add pixel code in mobile app, thank