Difference between revisions of "Review/std.logger"

From D Wiki
Jump to: navigation, search
(Created page with "== Description == [https://github.com/D-Programming-Language/phobos/pull/1500/files std.logger] is a module authored by Robert Schadek. It is relatively minimalistic module a...")
 
Line 9: Line 9:
 
== Current state ==
 
== Current state ==
  
One early review has happened which did not have any formal goal but was more about discussing people expectations from logging library and how those may fit into current `std.logger` design. Right now it is up to Robert to use that feedback to prepare actual proposal for a forma review.
+
After relatively long time since initial review this proposal was greatly enhanced and got some usage in D community. It is undergoing second round of review for actual inclusion into Phobos.
  
 
== Review 1 ==
 
== Review 1 ==
Line 20: Line 20:
  
 
[http://forum.dlang.org/post/wuahsrjdcmdifnfgjfgs@forum.dlang.org Review thread]
 
[http://forum.dlang.org/post/wuahsrjdcmdifnfgjfgs@forum.dlang.org Review thread]
 +
 +
=== Review 2 ==
 +
 +
=== Result ===
 +
 +
In progress.
 +
 +
=== Description ===
 +
 +
[http://forum.dlang.org/post/zhvmkbahrqtgkptdlcvh@forum.dlang.org Review thread]

Revision as of 14:41, 11 July 2014

Description

std.logger is a module authored by Robert Schadek. It is relatively minimalistic module aiming to serve as a standard API base for any common logging functionality one may need in the application. It does not aim to provide many actual "batteries" right now.

Related links

Initial pre-review discussion

Current state

After relatively long time since initial review this proposal was greatly enhanced and got some usage in D community. It is undergoing second round of review for actual inclusion into Phobos.

Review 1

Result

No formal result expected for early review. Opinions expressed, arguments made.

Description

Review thread

= Review 2

Result

In progress.

Description

Review thread