Once we have Glass logging use java.util.logging, we won't need to build against PlatformLogger.
Comments
Closing out old sub-task of an already-resolved issue.
28-05-2015
Yes, javafx-common looks like a good place for PulseLogger.
20-12-2012
In fact, javafx-common is that general purpose project with javafx.util package (and can host such things in com.sun.javafx.util or whatnot perhaps).
20-12-2012
Should we introduce a general-purpose javafx-util package and put things like the PulseLogger into it? Glass has a specific task - to provide an abstraction for the native platform API, and I don't think that this project is the best place for general utilities (such as the PulseLogger).
20-12-2012
I think moving PulseLogger into Glass is the best thing to do. However it is presently open source, and so we can't really do this until after the glass code is open sourced. So for the time being, we'll keep the javafx-logging project around.