Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/doc/en/html/menu/file-log.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11016 - (show annotations) (download) (as text)
Fri Oct 20 13:27:46 2023 UTC (7 months, 1 week ago) by zmatsuo
File MIME type: text/html
File size: 3791 byte(s)
ログダイアログが開くときデフォルト設定が反映されていなかったので修正

- 次の設定が反映されていなかった
  - 新規(上書き)/追記
  - テキスト/バイナリ
- ログダイアログのヘルプにデフォルト設定へのリンクを追加
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <title>Log ([File] menu)</title>
7 <META http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../style.css" type="text/css">
9 </head>
10
11 <body>
12 <h1>Log ([File] menu)</h1>
13 <p>
14 Logs received characters to a file.<br>
15 Default values can be set in <a href="setup-additional-log.html">
16 [Setup] Menu / Additional settings / "Log" Tab</a>
17 </p>
18
19 <h2 id="LogStart">"Log" dialog box (to input the log file name)</h2>
20 <dl>
21 <dt id="FileName">File Name</dt>
22 <dd>
23 Enter or select the log file name.<br>
24 Or drop file in this dialog.
25 </dd>
26
27 <dt id="New_Overwrite">New / Overwrite</dt>
28 <dd>
29 New or Overwrite file.
30 </dd>
31
32 <dt id="Append">Append</dt>
33 <dd>
34 If you select this option and the specified log file already exists,
35 received characters are appended to the file. Otherwise, the file is
36 overwritten.
37 </dd>
38
39 <dt id="Text">Text</dt>
40 <dd>
41 Output text file.
42 </dd>
43
44 <dt id="BOM">BOM</dt>
45 <dd>
46 Output BOM (Byte Oder Mark) at beginning of log file.
47 </dd>
48
49 <dt id="Code">UTF-8/UTF-16LE/UTF-16BE</dt>
50 <dd>
51 Select charactor code to output.
52 </dd>
53
54 <dt id="PlainText">Plain text</dt>
55 <dd>
56 If you select this option, ASCII non-printable characters are not written.<br>
57 NOTE: When the Binary option is enabled, this option can not be checked and the value will be disabled.
58 </dd>
59
60 <dt id="Timestamp">Timestamp</dt>
61 <dd>
62 If you select this option, a timestamp is added on top of each log line. The timestamp is added when the first character of the line appears.<br>
63 The timestamp type can be selected from following.
64
65 <dl id="Timestamptype">
66 <dt>Local Time</dt>
67 <dd>
68 Record the time in local time.
69 </dd>
70
71 <dt>UTC</dt>
72 <dd>
73 Record the time in UTC.
74 </dd>
75
76 <dt>Elapsed Time (Logging)</dt>
77 <dd>
78 Record the elapsed time from the start of logging.
79 </dd>
80
81 <dt>Elapsed Time (Connection)</dt>
82 <dd>
83 Record the elapsed time from the start of connection.
84 </dd>
85 </dl>
86 The timestamp format is specified with <a href="../setup/teraterm-misc.html#LogTimestampFormat">LogTimestampFormat</a> when the timestamp type is "Local Time" and "UTC".<br>
87 The LogTimestampFormat is ignored when the timestamp type is "Elapsed Time (Logging)" or "Elapsed Time (Connection)".<br>
88 NOTE: When the Binary option is enabled, this option can not be checked and the value will be disabled.
89 </dd>
90 </dl>
91
92 <dt id="Binary">Binary</dt>
93 <dd>
94 If you select this option, received characters are written without
95 any modifications. Otherwise, new-line codes are converted and
96 escape sequences are stripped out.
97 </dd>
98
99 <dt id="HideDialog">Hide dialog</dt>
100 <dd>
101 If you select this option, "Log" dialog box is not displayed.
102 </dd>
103
104 <dt id="LogIncludeScreenBuffer">Include screen buffer</dt>
105 <dd>
106 If you select this option, the logging starts after current all buffer is written into a log file.
107 </dd>
108
109 <h2 id="Logging">"Log" dialog box (displayed while logging)</h2>
110 <dl>
111 <dt id="Close">Close</dt>
112 <dd>
113 The Close button quits logging and closes the log file.
114 </dd>
115
116 <dt id="Pause">Pause/Start</dt>
117 <dd>
118 The Pause button pauses logging. The Start button restarts logging.
119 These buttons function as toggles.
120 </dd>
121 </dl>
122 </body>
123 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26