Skip to content
David Pauli edited this page Aug 16, 2016 · 2 revisions

The SDK comes with a lot of useful Tools and helpful scripts.

Formatting

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.

Validation

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.

Logging

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.

Error Handling

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.

Clone this wiki locally