Issue2479

classification
Title: Logging mechanism of Jython
Type: behaviour Severity: critical
Components: Any Versions: Jython 2.5
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: Megha, zyasoft
Priority: Keywords:

Created on 2016-02-26.08:56:01 by Megha, last changed 2016-09-06.05:17:51 by zyasoft.

Messages
msg10793 (view) Author: Megha (Megha) Date: 2016-02-26.08:56:00
Can you please provide the logging mechanism for jython
msg10940 (view) Author: Jim Baker (zyasoft) Date: 2016-09-06.05:17:50
Many options. Usually people use the standard logging package from Python. One possibility that joins Java logging together with Python logging is demonstrated here: https://github.com/jythontools/logbridge

This is not a bug, so marking as "invalid", but it's worthwhile documenting a couple of the options that exist.
History
Date User Action Args
2016-09-06 05:17:51zyasoftsetstatus: open -> closed
resolution: invalid
messages: + msg10940
nosy: + zyasoft
2016-02-26 09:40:51Meghasetcomponents: + Any, - None
2016-02-26 08:56:01Meghacreate