Back to home page

Enduro/X

 
 

    


0001 TPLOGCLOSETHREAD(3)
0002 ===================
0003 :doctype: manpage
0004 
0005 
0006 NAME
0007 ----
0008 tplogclosethread - Close the current request logging facility
0009 
0010 
0011 SYNOPSIS
0012 --------
0013 #include <ndebug.h>
0014 
0015 void tplogclosethread(void);
0016 
0017 Link with '-lnstd -lpthread -lrt -lm'
0018 
0019 DESCRIPTION
0020 -----------
0021 Close the thread logger facility if it is initialised. Function can be called multiple times, if logger is already closed, function
0022 will do nothing. In case if logger is closed, logging will be degraded to process based logs, in case if request logging is not
0023 in the progress.
0024 
0025 
0026 RETURN VALUE
0027 ------------
0028 N/A
0029 
0030 ERRORS
0031 ------
0032 N/A
0033 
0034 EXAMPLE
0035 -------
0036 See *atmitest/test031_logging/atmiclt31.c* for sample code.
0037 
0038 BUGS
0039 ----
0040 Report bugs to support@mavimax.com
0041 
0042 SEE ALSO
0043 --------
0044 *tplogclosereqfile(3)* *tplogsetreqfile_direct(3)* *tplogsetreqfile(3)* *tplogdump(3)* *tplogdumpdiff(3)* *tplog(3)* *tplogconfig(3)* *ex_devguide(guides)*
0045 
0046 COPYING
0047 -------
0048 (C) Mavimax, Ltd
0049