blob: 1e2d9ac3ff82d2bedfcf3300f35901eec10b0954 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
.TH "Logging Functions" 3 "16 Oct 2006" "libalpm" \" -*- nroff -*-
.ad l
.nh
.SH NAME
Logging Functions \- Functions to log using libalpm.
.PP
.SS "Functions"
.in +1c
.ti -1c
.RI "int \fBalpm_logaction\fP (char *fmt,...)"
.br
.in -1c
.SH "Detailed Description"
.PP
Functions to log using libalpm.
.PP
.SH "Function Documentation"
.PP
.SS "int alpm_logaction (char * fmt, ...)"
.PP
A printf-like function for logging.
.PP
\fBParameters:\fP
.RS 4
\fIfmt\fP output format
.RE
.PP
\fBReturns:\fP
.RS 4
0 on success, -1 on error (pm_errno is set accordingly)
.RE
.PP
|