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: Write libadblockplus in lower case consistently Created Sept. 2, 2014, 2:18 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
« no previous file with comments | « include/AdblockPlus/DefaultFileSystem.h ('k') | include/AdblockPlus/DefaultWebRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « include/AdblockPlus/DefaultFileSystem.h ('k') | include/AdblockPlus/DefaultWebRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld