Revision: 56717
          http://sourceforge.net/p/brlcad/code/56717
Author:   brlcad
Date:     2013-08-09 16:28:20 +0000 (Fri, 09 Aug 2013)
Log Message:
-----------
expand the docs on bu_log() a little bit

Modified Paths:
--------------
    brlcad/trunk/include/bu.h

Modified: brlcad/trunk/include/bu.h
===================================================================
--- brlcad/trunk/include/bu.h   2013-08-09 16:06:43 UTC (rev 56716)
+++ brlcad/trunk/include/bu.h   2013-08-09 16:28:20 UTC (rev 56717)
@@ -3673,12 +3673,17 @@
  *
  * The function is essentially a semaphore-protected version of
  * fprintf(stderr) with optional logging hooks and automatic
- * indentation options.
+ * indentation options.  The main difference is that this function
+ * does not keep track of characters printed, so nothing is returned.
+ *
+ * This function recognizes a %V format specifier to print a bu_vls
+ * struct pointer.  See bu_vsscanf() for details.
  */
 BU_EXPORT extern void bu_log(const char *, ...) _BU_ATTR_PRINTF12;
 
 /**
- * Log a library event in the Standard way, to a specified file.
+ * Just like bu_log() except that you can send output to a specified
+ * file pointer.
  */
 BU_EXPORT extern void bu_flog(FILE *, const char *, ...) _BU_ATTR_PRINTF23;
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to