Files
JIMRI/jython/test/LoggingTest.py
T
2026-06-17 14:00:51 +02:00

6 lines
188 B
Python

# a quick check of logging from Jython
import org.slf4j
log = org.slf4j.LoggerFactory.getLogger("LoggingTest.py")
log.warn("This WARN is OK, it's emitted from LoggingTest.py on purpose")