#import "StoveSDKNativeInterface.h"

#ifndef LogNativeInterface_h
#define LogNativeInterface_h

#if __cplusplus
STOVE_SDK_EXTERNC
{
#endif /* __cplusplus */

    void stove_log_add(const char *logEvent, const char *identifier);
    void stove_log_flush();
    const char *stove_log_version();
    const char *stove_log_sdk_versions();
    void stove_log_set_external_id(const char *externalId);
    void stove_game_log_add(const char *logEvent, const char *identifier);
    void stove_game_log_flush();

#if __cplusplus
}
#endif /* __cplusplus */

#endif /* LogNativeInterface_h */
