-
Notifications
You must be signed in to change notification settings - Fork 7
Tools
David Pauli edited this page Aug 16, 2016
·
2 revisions
The SDK comes with a lot of useful Tools and helpful scripts.
To preformat output without coding any line of HTML use the eP6\Formatting object. You can set up all Formatters via config.json. See more in the wiki Formatting section.
To test and validate output data, like strings or array keys, you can use the internal eP6\Validator. How it works you can see in Validation section.
Errors, warnings or notifications can be print to file or on screen via the eP6\Logging object. This Logger also can be configured via config.json. See everything in the Logging.
You can handle internal SDK errors or REST problems via the eP6\ErrorReporting trait. How this works can be seen in the wiki for Error Handling.