Add new license claim
[com/pylog.git] / docs / overview.rst
1 ..
2 .. Copyright (c) 2019 AT&T Intellectual Property.
3 ..
4 .. Copyright (c) 2019 Nokia.
5 ..
6 ..
7 .. Licensed under the Creative Commons Attribution 4.0 International
8 ..
9 .. Public License (the "License"); you may not use this file except
10 ..
11 .. in compliance with the License. You may obtain a copy of the License at
12 ..
13 ..
14 ..     https://creativecommons.org/licenses/by/4.0/
15 ..
16 ..
17 .. Unless required by applicable law or agreed to in writing, documentation
18 ..
19 .. distributed under the License is distributed on an "AS IS" BASIS,
20 ..
21 .. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 ..
23 .. See the License for the specific language governing permissions and
24 ..
25 .. limitations under the License.
26 ..
27 .. This source code is part of the near-RT RIC (RAN Intelligent Controller)
28 ..
29 .. platform project (RICP).
30 ..
31
32
33 pylog Overview
34 ==============
35
36 Structured logging library for Python with Mapped Diagnostic Context (MDC) support.
37
38 The library:
39
40 - Outputs the log entries to standard out in a structured format
41 - Supports severity based filtering
42 - Supports Mapped Diagnostic Context (MDC)
43 - automatically adds the MDC pairs to all the log entries