Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include/AdblockPlus/DefaultLogSystem.h

Issue 5728380594946048: Issue 116 - Document the libadblockplus API (Closed)
Patch Set: Documented the remaining relevant files Created Aug. 29, 2014, 4:36 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/AdblockPlus/DefaultLogSystem.h
===================================================================
--- a/include/AdblockPlus/DefaultLogSystem.h
+++ b/include/AdblockPlus/DefaultLogSystem.h
@@ -22,6 +22,9 @@
namespace AdblockPlus
{
+ /**
+ * `LogSystem` implementation that writes messages to stderr.
+ */
class DefaultLogSystem : public LogSystem
{
public:

Powered by Google App Engine
This is Rietveld