Merge pull request #70 from balaskoa/master
[deliverable/titan.core.git] / repgen / ttcn3_logfilter.1
CommitLineData
970ed795
EL
1.TH ttcn3_logfilter 1 "October 2014" "Ericsson Telecom AB" "TTCN-3 Tools"
2.SH NAME
3ttcn3_logfilter \- TTCN-3 log file filtering utility
4.SH SYNOPSIS
5.B ttcn3_logfilter
6.RB "[\| " \-o
7.IR outfile " \|]"
8.RI "{ " eventtype
9(+|-) } [\|
10.IR input.log " \|]"
970ed795
EL
11.br
12or
13.br
14.B ttcn3_logfilter
15.B \-v | \-h | \-l
16.SH DESCRIPTION
17This manual page is a quick reference for the TTCN-3 logfilter utility of
18the TTCN-3 Test Executor. The
19.B ttcn3_logfilter
20utility, which can be found in
21.I $TTCN3_DIR/bin,
22filters the input log file given in the command line argument based on the
23event types in the file, and filter parameters given in the program argument.
24The output is then written to an output file if specified, or to the standard
25output. The program is useful only if the variable
26.B LogEventTypes
27is set to
28.B Yes
29in section
30.B [LOGGING]
31of the configuration file.
32.SH OPTIONS
33Available command line switches are:
34.TP 10
35.B \-h
36Prints
37.I help
38on how to use the utility.
39.TP
40.B \-l
41Prints the
42.I list
43of supported event types.
44.TP
45.BI \-o " outfile"
46Puts its output into
47.IR outfile "."
48If the file outfile exists its contents will be overwritten. This switch is
49optional, when omitted the output will be printed to standard output.
50.TP
51.B \-v
52Prints
53.I version
54and license key information and exits.
55.SH ENVIRONMENT VARIABLES
56.TP
57.SM
58TTCN3_DIR
59The installation directory where the uncompressed binary package of
60TTCN-3 Test Executor can be found.
61.TP
62.SM
63TTCN3_LICENSE_FILE
64It shall point to the
65.I file
66.RB ( NB:
67.I not
68to its directory) that contains the personalized license key for the
69current user or host.
70.SH BUGS
71None known at this time
72.LP
73.SH SEE ALSO
74ttcn3_logformat(1), ttcn3_logmerge(1)
75.LP
76The
77.B User Documentation for the TTCN-3
78.B Test Executor.
79.SH AUTHOR
80This manpage is written by Csaba Koppany, Ericsson Telecom AB
81.br
d44e3c4f 82Copyright (c) 2000-2016 Ericsson Telecom AB
970ed795
EL
83.br
84All rights reserved. This program and the accompanying materials
85are made available under the terms of the Eclipse Public License v1.0
86which accompanies this distribution, and is available at
87.br
88http://www.eclipse.org/legal/epl-v10.html
This page took 0.028126 seconds and 5 git commands to generate.