diff --git a/std/experimental/logger/package.d b/std/experimental/logger/package.d index c10317c8b..a66e4f140 100644 --- a/std/experimental/logger/package.d +++ b/std/experimental/logger/package.d @@ -101,8 +101,9 @@ the logger. $(H4 Printf Style Logging) If $(D printf)-style logging is needed add a $(B f) to the logging call, such as $(D myLogger.infof("Hello %s", "world");) or $(D fatalf("errno %d", 1337)). -The additional $(B f) enables $(D printf)-style logging for call combinations of -explicit $(D LogLevel) and conditional logging functions and methods. +The additional $(B f) appended to the function name enables $(D printf)-style +logging for all combinations of explicit $(D LogLevel) and conditional +logging functions and methods. $(H4 Thread Local Redirection) Calls to the free standing log functions are not directly forwarded to the