1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="log-viewer">
|
---|
4 | <title>The Log Viewer</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | Every time you start up a VM, Oracle VM VirtualBox creates a log file
|
---|
9 | that records system configuration and events. The
|
---|
10 | <b outputclass="bold">Log Viewer</b> is a VirtualBox Manager tool
|
---|
11 | that enables you to view and analyze system logs.
|
---|
12 | </p>
|
---|
13 | <fig id="fig-log-viewer-tool">
|
---|
14 | <title>Log Viewer Tool, Showing System Events</title>
|
---|
15 | <image href="images/log-viewer.png" placement="break"/>
|
---|
16 | </fig>
|
---|
17 | <p>
|
---|
18 | To display the Log Viewer, do either of the following:
|
---|
19 | </p>
|
---|
20 | <ul>
|
---|
21 | <li>
|
---|
22 | <p>
|
---|
23 | Click the VM name in the machine list and select
|
---|
24 | <b outputclass="bold">Logs</b> from the machine tools
|
---|
25 | menu.
|
---|
26 | </p>
|
---|
27 | </li>
|
---|
28 | <li>
|
---|
29 | <p>
|
---|
30 | In the guest VM, select
|
---|
31 | <b outputclass="bold">Machine</b>,
|
---|
32 | <b outputclass="bold">Show Log</b>.
|
---|
33 | </p>
|
---|
34 | </li>
|
---|
35 | </ul>
|
---|
36 | <p>
|
---|
37 | Log messages for the VM are displayed in tabs in the Log Viewer
|
---|
38 | window. See <xref href="collect-debug-info.dita">Collecting Debugging Information</xref> for details of
|
---|
39 | the various log files generated by Oracle VM VirtualBox.
|
---|
40 | </p>
|
---|
41 | <p>
|
---|
42 | If you select multiple VMs in the machine list, logs are listed
|
---|
43 | for each VM.
|
---|
44 | </p>
|
---|
45 | <p>
|
---|
46 | The toolbar of the Log Viewer includes the following options:
|
---|
47 | </p>
|
---|
48 | <ul>
|
---|
49 | <li>
|
---|
50 | <p><b outputclass="bold">Save:</b> Exports the contents of
|
---|
51 | the selected log file to a text file. Specify the destination
|
---|
52 | filename and location in the displayed dialog.
|
---|
53 | </p>
|
---|
54 | </li>
|
---|
55 | <li>
|
---|
56 | <p><b outputclass="bold">Find:</b> Searches for a text
|
---|
57 | string in the log file.
|
---|
58 | </p>
|
---|
59 | </li>
|
---|
60 | <li>
|
---|
61 | <p><b outputclass="bold">Filter:</b> Uses filter terms to
|
---|
62 | display specific types of log messages. Common log message
|
---|
63 | terms used by Oracle VM VirtualBox, such as Audio and NAT, are
|
---|
64 | included by default. Select one or more terms from the
|
---|
65 | drop-down list. To add your own filter term, enter the text
|
---|
66 | string in the text box field.
|
---|
67 | </p>
|
---|
68 | </li>
|
---|
69 | <li>
|
---|
70 | <p><b outputclass="bold">Bookmark:</b> Saves the location
|
---|
71 | of a log message, enabling you to find it quickly. To create a
|
---|
72 | bookmark, either click on the line number, or select some text
|
---|
73 | and then click <b outputclass="bold">Bookmark</b>.
|
---|
74 | </p>
|
---|
75 | </li>
|
---|
76 | <li>
|
---|
77 | <p><b outputclass="bold">Options:</b> Configures the text
|
---|
78 | display used in the log message window.
|
---|
79 | </p>
|
---|
80 | </li>
|
---|
81 | <li>
|
---|
82 | <p><b outputclass="bold">Refresh:</b> Refreshes the log
|
---|
83 | file you are currently viewing. Only log messages in the
|
---|
84 | current tab are updated.
|
---|
85 | </p>
|
---|
86 | </li>
|
---|
87 | <li>
|
---|
88 | <p><b outputclass="bold">Reload:</b> Refreshes all log
|
---|
89 | files. Log messages in every tab are updated.
|
---|
90 | </p>
|
---|
91 | </li>
|
---|
92 | <li>
|
---|
93 | <p><b outputclass="bold">Settings:</b> Displays the
|
---|
94 | <b outputclass="bold">Settings</b> window for the VM,
|
---|
95 | enabling you to make configuration changes.
|
---|
96 | </p>
|
---|
97 | </li>
|
---|
98 | <li>
|
---|
99 | <p><b outputclass="bold">Discard:</b> For a running VM,
|
---|
100 | discards the saved state for the VM and closes it down.
|
---|
101 | </p>
|
---|
102 | </li>
|
---|
103 | <li>
|
---|
104 | <p><b outputclass="bold">Show/Start:</b> For a running VM,
|
---|
105 | <b outputclass="bold">Show</b> displays the VM window.
|
---|
106 | For a stopped VM, <b outputclass="bold">Start</b>
|
---|
107 | displays options for powering up the VM.
|
---|
108 | </p>
|
---|
109 | </li>
|
---|
110 | </ul>
|
---|
111 | </body>
|
---|
112 |
|
---|
113 | </topic>
|
---|