'\" t .\" Title: kcapi_set_verbosity .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: April 2024 .\" Manual: Programming Interface .\" Source: libkcapi Manual 1.4.0 .\" Language: English .\" .TH "KCAPI_SET_VERBOSITY" "3" "April 2024" "libkcapi Manual 1\&.4\&.0" "Programming Interface" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" kcapi_set_verbosity \- set the verbosity level of the library .SH "SYNOPSIS" .HP \w'void\ kcapi_set_verbosity('u .BI "void kcapi_set_verbosity(enum\ kcapi_verbosity\ " "level" ");" .SH "ARGUMENTS" .PP \fIlevel\fR .RS 4 [in] verbosity level: .RE .SH "LOG_ERR" .PP only log error messages (default) .SH "LOG_WARN" .PP log warnings and error messages .SH "LOG_VERBOSE" .PP log verbose messages, warnings and error messages .SH "LOG_DEBUG" .PP log all details of library operation .SH "AUTHOR" .PP \fBStephan Mueller\fR <\&smueller@chronox.de\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br