152k views
1 vote
Arrange the logging keywords from 0-7:

a. Emergencies
b. Alerts
c. Critical
d. Errors
e. Warnings
f. Notifications
g. Informational
h. Debugging

1 Answer

1 vote

Final answer:

The logging keywords are arranged from least severe (0) to most severe (7): Debugging, Informational, Notifications, Warnings, Errors, Critical, Alerts, and Emergencies, as per the standard logging severity levels used in most logging systems.

Step-by-step explanation:

The question asks to arrange the logging keywords according to their severity level from lowest (0) to highest (7). These keywords are used in computer logging systems to classify the importance or severity of an event. Here's how you would normally arrange them:

  1. Debugging
  2. Informational
  3. Notifications
  4. Warnings
  5. Errors
  6. Critical
  7. Alerts
  8. Emergencies

Each keyword corresponds to a level, with 'Debugging' representing the least severe level (0), and 'Emergencies' being the most severe level (7).

User Jase Whatson
by
8.0k points