Showing with 8 additions and 6 deletions.
  1. +8 −6 std/experimental/logger/package.d
14 changes: 8 additions & 6 deletions std/experimental/logger/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,14 @@ Individual $(D Logger) and the global log functions share commonly named
functions to log data.
The names of the functions are as follows:
$(LI $(D log))
$(LI $(D trace))
$(LI $(D info))
$(LI $(D warning))
$(LI $(D critical))
$(LI $(D fatal))
$(UL
$(LI $(D log))
$(LI $(D trace))
$(LI $(D info))
$(LI $(D warning))
$(LI $(D critical))
$(LI $(D fatal))
)
The default $(D Logger) will by default log to $(D stderr) and has a default
$(D LogLevel) of $(D LogLevel.all). The default Logger can be accessed by
using the property called $(D sharedLog). This property a reference to the
Expand Down