VirtualBox

source: vbox/trunk/src/libs/libtpms-0.9.6/man/man3/TPMLIB_SetDebugFD.pod@ 101669

Last change on this file since 101669 was 91612, checked in by vboxsync, 3 years ago

src/libs: Export libtpms-0.9.0, bugref:10078

File size: 1.0 KB
Line 
1=head1 NAME
2
3TPMLIB_SetDebugFD - Set the file descriptor to send the debug output to
4
5TPMLIB_SetDebugLevel - Set the debugging level
6
7TPMLIB_SetDebugPrefix - Set the prefix for each debugging line
8
9=head1 LIBRARY
10
11TPM library (libtpms, -ltpms)
12
13=head1 SYNOPSIS
14
15B<#include <libtpms/tpm_library.h>>
16
17B<uint32_t TPMLIB_SetDebugFD(int fd);>
18
19B<uint32_t TPMLIB_SetDebugLevel(unsigned int level);>
20
21B<uint32_t TPMLIB_SetDebugPrefix(const char *prefix);>
22
23=head1 DESCRIPTION
24
25B<TPMLIB_SetDebugFD()> allows to set the file descriptor
26to send the debug output to.
27
28B<TPMLIB_SetDebugLevel()> allows to set the debug level.
29Only debug levels greater than 1 will produce output. The indentation
30level of a line will determine whether it is printed. Lines with
310 indentation will be printed at debug level 1, 1 space of indentation
32at debug level 2 and so on.
33
34B<TPMLIB_SetDebugPrefix()> allows to set a prefix that is
35to be printed in front of every line of debugging output. The
36prefix can be used for further indentation.
37
38=cut
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette