xp-forge / handlebars-templates

Handlebars templates for XP web frontends
1 stars 0 forks source link

Logging #2

Closed thekid closed 3 years ago

thekid commented 3 years ago

The log helper will echo the arguments passed to it:

{{log user}}
{{log "User profile:" user}}

When using the development webserver, this shows the debug page:

Debug page

In production environments, logs will end up on the server's standard output:

Console output

thekid commented 3 years ago

:shipit: Released in https://github.com/xp-forge/handlebars-templates/releases/tag/v0.4.0