X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FTarget.hh;h=36d697cf50965af4b95f7b98c0e4c180b137230e;hb=6684208965aac5a93db01bcd189bc5c501f04c2c;hp=bac116b25bf6fd37fac09e208980b49b4896ea6c;hpb=a1a6c76a214ad1935032826713cabaf9ac57bf07;p=senf.git diff --git a/Utils/Logger/Target.hh b/Utils/Logger/Target.hh index bac116b..36d697c 100644 --- a/Utils/Logger/Target.hh +++ b/Utils/Logger/Target.hh @@ -114,7 +114,7 @@ namespace log { The target may process in any arbitrary way: reformat, writing it into an SQL DB, whatever can be envisioned. However, there is one important limitation: The \c v_write call must not - block. So for more complex scenarios, additional measures must be taken (e.g. writing a log + block. So for more complex scenarios, additional measures must be taken (e.g. writing a %log backend daemon which receives the messages via UDP and processes them). Of course, in rare cases messages might be lost but this cannot be avoided.