This is an interesting concept and looks fairly straightforward, but I have a few questions that the docs don't make clear.
-
Is this compatible with Jython 2.5.3? The docs mention 2.7, but we use 2.5.3 since 2.7 is rather bloated in .jar size for our needs.
-
Can I just include the logbridge directory and __init__.py in my application that embeds Jython, and make sure it's in the Python path? (use of setup.py and site-packages doesn't make sense in my case)
-
The example shows using the default (SLF4J root) logger, but I need to configure a logger hierarchy that makes sense for my Jython code... how would I do this?
This is an interesting concept and looks fairly straightforward, but I have a few questions that the docs don't make clear.
Is this compatible with Jython 2.5.3? The docs mention 2.7, but we use 2.5.3 since 2.7 is rather bloated in .jar size for our needs.
Can I just include the
logbridgedirectory and__init__.pyin my application that embeds Jython, and make sure it's in the Python path? (use ofsetup.pyandsite-packagesdoesn't make sense in my case)The example shows using the default (SLF4J root) logger, but I need to configure a logger hierarchy that makes sense for my Jython code... how would I do this?