Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone05.am1.xlned.com!bcyclone05.am1.xlned.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.115 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.77; '*S*': 0.00; 'received:192.168.43': 0.16; 'wrote:': 0.16; 'header:In-Reply-To:1': 0.24; 'header:User- Agent:1': 0.26; 'example': 0.26; 'logging': 0.27; 'useful': 0.33; 'message-id:@gmail.com': 0.34; 'received:google.com': 0.35; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'thank': 0.38; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'charset:windows-1252': 0.62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=H07cJfj3tbBTdi6zajehLI49BFUlJrnODPpgU+1+Zd8=; b=fonZDeC4B96f2fhOye1sq1okuvLMYvzX1enHBCby8itU6z69aVTfhCNkoh2qi+uJcz +mFV98zdmvCMjVU+M7VbJ8WnGCkeX+wZNWAdoFnIiP7n2XWo4m39PYSw+yC8qN0YznFW 7pCEvq714pF4dwCoBaK634z/Se6cX7axe3fhHrgffGXjZoDna7rGznAmHowyxaNAUK/v jRDuAHeu9oJLAn5V5s/JE3DkOJlCjlnWAI/3Z/eeWoP9IRT0EjJEM8t5Ng7U+h0Oj4kE i0TkErYmqHmTzGQ0ZXjUamqWRFgUiCUwCvnPAUwEY4SVakA1lZhRzIxVYjOWw59UYdWS d+tA== X-Received: by 10.194.62.7 with SMTP id u7mr36048405wjr.17.1438606313784; Mon, 03 Aug 2015 05:51:53 -0700 (PDT) Date: Mon, 03 Aug 2015 14:51:25 +0200 From: Karim User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Optimal solution for coloring logging output References: <1073495349.1334822.1438606076873.JavaMail.root@sequans.com> In-Reply-To: <1073495349.1334822.1438606076873.JavaMail.root@sequans.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1438606320 news.xs4all.nl 2844 [2001:888:2000:d::a6]:41791 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 2964 X-Received-Body-CRC: 2803314138 Xref: csiph.com comp.lang.python:94931 On 03/08/2015 14:47, Jean-Michel Pichavant wrote: > te a logging Formatter that will re Thank you Jean-Michel useful example K