Alternative Logger function in version 2.5

3
In version 2.5rc the Java class com.mendix.core.log.Logger is no longer available. What is the alternative logger function? In the previous Mendix verions the following could be used: Logger.getLogger(Logger.Category.CUSTOMACTION).error(text); In version 2.5 this has changed. Which should be used in the new version?
asked
1 answers
3

See this question

answered