From 1259e9e1ea5dc10c7e7f31597ec24167feaea515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Thu, 8 Jan 2015 06:22:36 +0000 Subject: [PATCH] README.markdown edited online with Bitbucket --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 66c06ef..432e128 100644 --- a/README.markdown +++ b/README.markdown @@ -76,7 +76,7 @@ The code is given for free as public domain. This gives the option to change, us The *std::string* comes pre-formatted. The *g2::LogMessageMover* is a wrapped struct that contains the raw data for custom handling in your own sink. -A sink is *owned* by the G3log and is added to the logger inside a ```std::unique_ptr```. The sink can be called though its public API through a *handler* which will asynchronously forward the call to the receiving sink. +It is easy to either use pre-made sinks or make your own. When a sink is set to be used by the G3log is is added to the logger inside a ```std::unique_ptr```. The sink can be called though its public API through a *handler* which will asynchronously forward the call to the receiving sink. ``` auto sinkHandle = logworker->addSink(std2::make_unique(), &CustomSink::ReceiveLogMessage); @@ -203,4 +203,4 @@ or at Cheers -Kjell *(a.k.a. KjellKod)* +Kjell *(a.k.a. KjellKod)* \ No newline at end of file