Table of Contents

Log - Logging

About

A log is a text file with:

Example

Usage

Structure

The basic structure of a log entry is:

Server Application

Because:

Management

Creator

The creation of log is done via a library.

Example of Java Logger Library

Format

See What are the known formats for Log files?

Processing

When the log file are becoming too big, you need to:

(Standard|Specification)

Severity / Level

Generally, a level value is present in a log line that specifies the order of severity. See Logging - Level

Documentation / Reference