Skip to content

Commit

Permalink
Ddoc: add missing UL
Browse files Browse the repository at this point in the history
  • Loading branch information
aG0aep6G committed Jun 3, 2016
1 parent b284e96 commit a307009
Showing 1 changed file with 8 additions and 6 deletions.
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

0 comments on commit a307009

Please sign in to comment.