Files
UnrealEngineUWP/Engine/Documentation/Source/Gameplay/Analytics/FileLogging/FileLogging.INT.udn
Lauren Ridge bfc1c56445 #UE4 Docs: Converting analytics docs from UEDOC-1614 + minor section re-org
#code_review: jeff.wilson, joe.graf

[CL 2601374 by Lauren Ridge in Main branch]
2015-06-25 17:29:04 -04:00

19 lines
1.0 KiB
Plaintext

Availability:Public
Title:File Logging Analytics Provider
Crumbs: %ROOT%, Gameplay, Gameplay/Analytics
Description:The file logging provider can be used to debug your analytics process during development.
![](image00.png)
This provider is used to write analytics API calls to disk in JSON format. The reason to use this provider is for debugging the analytics process. It writes the data to the
`Saved/Analytic`s folder giving each file a unique name that ends in `.analytics`. You can then compare the data saved in that file to the events on your analytics provider's dashboard to
make sure all of the data is being processed. There aren't any special configuration settings for this provider.
[REGION:note]
This provider writes each session's data to disk which will cause ever-growing data in a released game or app. We recommend that you only use this provider for development and
don't include it in your released product.
[/REGION]
The image below shows files created when testing the 4.8 API additions.
![](image01.png)