Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Update 10-Logger dead sprintf format reference link #414

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion 04-Basics/10-Logger.adoc
Expand Up @@ -55,7 +55,7 @@ Logger.info('request details %j', {
})
----

TIP: All logging methods support link:http://www.diveintojavascript.com/projects/javascript-sprintf[sprintf] syntax.
TIP: All logging methods support link:https://www.cplusplus.com/reference/cstdio/printf/[sprintf] syntax. See the "format" section.

The logger uses link:https://tools.ietf.org/html/rfc5424#page-11[RFC5424] log levels, exposing simple methods for each level:

Expand Down