+

Search Tips   |   Advanced Search

Stringify

We can convert arguments to strings using the stringify function.

Some environments, for example the Xcode console, can print the arguments passed to the logger only if the arguments are converted to strings and concatenated first. Other environments, for example Google Chrome, can provide better visualization of arguments if the arguments are not turned into strings and concatenated.

By default, all logs are stringified. To disable this feature:

To re-enable this feature:


Parent topic: Configure the MobileFirst Logger