VirtualBox

source: vbox/trunk/src/libs/libtpms-0.9.0/man/man3/TPMLIB_SetDebugFD.pod@ 95070

最後變更 在這個檔案從95070是 91612,由 vboxsync 提交於 3 年 前

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

檔案大小: 1.0 KB
 
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
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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