The comment in 
bundles/extensions/event/src/main/java/org/apache/sling/event/EventUtil.java
states that this toString is deprecated:

/**
     * Improved toString method for an Event.
     * This method prints out the event topic and all of the properties.
     * @deprecated The new event admin version provides a better toString() 
method
     */
    @Deprecated
    public static String toString(final Event e) {
...

I couldn't find an alternate Event toString(). Where is this "event admin 
version" ?

thanks in advance.

-Bruce

Reply via email to