Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Malcolm Greene Newsgroups: comp.lang.python Subject: Re: Caller's module name, function/method name and line number for output to logging Date: Tue, 26 Jul 2016 05:54:48 -0400 Lines: 9 Message-ID: References: <1469474181.734306.676367265.29267D36@webmail.messagingengine.com> <1469486429.2217869.676546129.5F3AEEE4@webmail.messagingengine.com> <1469526888.2916983.676979097.6F25A876@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de NKpYToCUwCer//J9QnNxZAR/NVAlajIvb/jiUFPor96w== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'url:pipermail': 0.05; 'subject:number': 0.07; 'received:internal': 0.09; 'subject:method': 0.09; 'subject:module': 0.09; 'from:addr:python': 0.16; 'malcolm': 0.16; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:psf.io': 0.16; 'to:addr:web.de': 0.16; 'hack': 0.18; 'to:2**1': 0.21; 'header:In- Reply-To:1': 0.24; 'subject:/': 0.30; 'url:python': 0.33; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'received:66': 0.38; 'thank': 0.38; 'url:mail': 0.40; 'to:addr:python.org': 0.40; 'avoid': 0.61; 'header:Message-Id:1': 0.61; 'it!': 0.64; 'peter,': 0.84; 'subject:, \n ': 0.84 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=bdurham.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=W6rjIvnVyvHASNObuIccP0T2T98=; b=YwHCzI SvGfcqNtEAshOUsSjYszoZpI3Oz70VoLLpPqJv/28pjQ+4iiScL6XWR7sB4AHb/X fc4WS3wLjlBzn/RV0FvVU/v63pS/4bbWzvCF8/I0IWxglucYA2DIZtdqEzyIJJCK 20F7OSuc3wj+n0WKGjCBCUY9ldaZFWOOLiWTY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=W6rjIvnVyvHASNO buIccP0T2T98=; b=aKuJ/ufjAgKb5bDtrzmVJkNI8SFDgJaLfVFtXCu9D6OA4u/ MoY0ENGOUe3vGMIzcZjDxToC+AlcJU408SxyBdVlZau0YIJN9N9C97u3u20Bi2i8 J4fBDm287QU1SnZNP2pnQadeJg/S30sj/DT/Cd94Hy//MuvFFoUr4t+VOZBs= X-Sasl-Enc: CzFAjb3r92zGFZ2ybgSpBW8N5mAyyr5tNaNFWhQvxdb9 1469526888 X-Mailer: MessagingEngine.com Webmail Interface - ajax-3c2832c2 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <1469526888.2916983.676979097.6F25A876@webmail.messagingengine.com> X-Mailman-Original-References: <1469474181.734306.676367265.29267D36@webmail.messagingengine.com> <1469486429.2217869.676546129.5F3AEEE4@webmail.messagingengine.com> Xref: csiph.com comp.lang.python:111885 Hi Peter, > Fine! Then you can avoid the evil hack I came up with many moons ago: > https://mail.python.org/pipermail/python-list/2010-March/570941.html Evil? Damn evil! Love it! Thank you, Malcolm