aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-11-23 08:47:51 +0000
committerChristian Grothoff <christian@grothoff.org>2015-11-23 08:47:51 +0000
commit276363680b531de5b289401fa75e04149061c029 (patch)
tree4553bc5801b1a7692ee52cbc114cfb89d11d0d90 /src/include/gnunet_common.h
parent8630d77ce5d9e37932197bca16c9edef98fbaf8b (diff)
downloadgnunet-276363680b531de5b289401fa75e04149061c029.tar.gz
gnunet-276363680b531de5b289401fa75e04149061c029.zip
preparations for fixing #4065
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index c082398f8..c8a1f36ea 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -524,7 +524,10 @@ GNUNET_log_setup (const char *comp,
524 524
525/** 525/**
526 * @ingroup logging 526 * @ingroup logging
527 * Add a custom logger. 527 * Add a custom logger. Note that installing any custom logger
528 * will disable the standard logger. When multiple custom loggers
529 * are installed, all will be called. The standard logger will
530 * only be used if no custom loggers are present.
528 * 531 *
529 * @param logger log function 532 * @param logger log function
530 * @param logger_cls closure for @a logger 533 * @param logger_cls closure for @a logger