-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLogging_-_Windows.html
More file actions
12 lines (12 loc) · 964 Bytes
/
Logging_-_Windows.html
File metadata and controls
12 lines (12 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Logging - Windows</title>
<meta name="generator" content="CherryTree">
<link rel="stylesheet" href="res/styles3.css" type="text/css" />
</head>
<body>
<div class='page'><h1 class='title'>Logging - Windows</h1><br/><h1>Logging - Windows<br /></h1><h2>• Windows Event Logs can be seen in Event Viewer application<br />• Event Viewer has<br /> ◇ Custom views folder - custom view of logs<br /> ◇ Windows Logs folder - logs related to Windows activity and security related logs<br /> ◇ Application and Service Logs folder - logs from various services and applications<br />• Each event has<br /> ◇ Level - basically the importance of the event<br /> ◇ Date & time<br /> ◇ Source - where the event came from<br /> ◇ Event ID - integer ID<br /> ◇ & many other fields and values<br /></h2></div>
</body>
</html>