X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.browsing.ui.graph.impl%2Fsrc%2Forg%2Fsimantics%2Fbrowsing%2Fui%2Fgraph%2Fimpl%2FPropertyValueRepresentationLabelerFactory.java;h=bb24e710ccdc0b478b0600392bfee56854e04133;hp=2b63c1a4f4de372e586ced9ba047ee88a532acda;hb=1dfeb7d5c49b1391cd9d877e1eddab18995cb151;hpb=c13c4179bda758e77fe1f2032d3c4268bb9e3120 diff --git a/bundles/org.simantics.browsing.ui.graph.impl/src/org/simantics/browsing/ui/graph/impl/PropertyValueRepresentationLabelerFactory.java b/bundles/org.simantics.browsing.ui.graph.impl/src/org/simantics/browsing/ui/graph/impl/PropertyValueRepresentationLabelerFactory.java index 2b63c1a4f..bb24e710c 100644 --- a/bundles/org.simantics.browsing.ui.graph.impl/src/org/simantics/browsing/ui/graph/impl/PropertyValueRepresentationLabelerFactory.java +++ b/bundles/org.simantics.browsing.ui.graph.impl/src/org/simantics/browsing/ui/graph/impl/PropertyValueRepresentationLabelerFactory.java @@ -29,6 +29,8 @@ import org.simantics.db.Resource; import org.simantics.db.exception.DatabaseException; import org.simantics.db.management.ISessionContext; import org.simantics.utils.datastructures.ArrayMap; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; /** * Requires {@link IProperty} as input. @@ -77,6 +79,12 @@ public class PropertyValueRepresentationLabelerFactory implements LabelerFactory } return null; } + + @Override + public Logger getLogger() { + return LoggerFactory.getLogger(getClass()); + } + }; }