52535455565758596061
public void log(Panel panel, String message) { if(panel instanceof PropPanel) { PropPanel prop = (PropPanel) panel; PropProxy propProxy = prop.getProxy(); if(propProxy != null && "sandbox".equals(prop.getName())) System.err.println(message); } }