Logging (computing): Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Altered title. Add: authors 1-1. Removed parameters. Some additions/deletions were parameter name changes. | Use this bot. Report bugs. | Suggested by Neko-chan | #UCB_toolbar
No edit summary
Tags: Reverted Mobile edit Mobile web edit
Line 3:
{{distinguish|Data logger}}
 
InIIn [[computing]], '''logging''' is the act of keeping a [[wikt:log#Etymology 2|log]] of [[Event (computing)|events]] that occur in a computer system, such as problems, errors or just information on current operations. These events may occur in the [[operating system]] or in other [[software]]. A message or ''log entry'' is recorded for each such event. These log messages can then be used to monitor and understand the operation of the system, to [[debugging|debug]] problems, or during an [[audit]]. Logging is particularly important in [[multi-user software]], to have a central overview of the operation of the system.
 
In the simplest case, messages are written to a file, called a ''log file''.<ref>{{cite web |url= https://blog.pandorafms.org/log-monitoring/ |title= Log Monitoring: not the ugly sister |access-date = February 14, 2018 |last= DeLaRosa |first= Alexander |date= February 8, 2018 |website= [[Pandora FMS]] |language = english |quote= A log file is a text file or XML file used to register the automatically produced and time-stamped documentation of events, behaviors and conditions relevant to a particular system. |archive-url= https://web.archive.org/web/20180214153657/https://blog.pandorafms.org/log-monitoring/