Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5446375
By: antsh85

Hi,

I use python logger:
in the logger.properties I have 
[formatter_detailed]
format: %(levelname)s %(module)s:%(lineno)d:  %(message)s

In the console it gives:
DEBUG ConfigurationProvider:31:  get: option="page_timeout" | section="None"
INFO ConfigurationProvider:68:  300000


I want to click "ConfigurationProvider:31" and IDE would take me to that file
and that line. Is it possible?

thank you,

Anton 

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to