Logging in Java actions

1
Hi there ! How can I log messages from a java action ? I tried to use java.util.logging.Logger, but it doesn’t work. System.out doesn’t work either… I couldn’t find anything about logging from java actions in the documentation… Any tip ? Thx
asked
1 answers
2

You need to use the GetLogger method in the Core, then log through that. 

Some more details here: https://www.robertprice.co.uk/robblog/logging-from-a-mendix-java-action/

answered