Uses of Interface
org.faktorips.devtools.abstraction.ALog
-
Packages that use ALog Package Description org.faktorips.devtools.abstraction Interfaces to abstract from the running platform (Eclipse or other)org.faktorips.devtools.abstraction.eclipse.internal Internal classes to help the implementation of eclipse implementations.org.faktorips.devtools.abstraction.plainjava.internal -
-
Uses of ALog in org.faktorips.devtools.abstraction
Methods in org.faktorips.devtools.abstraction that return ALog Modifier and Type Method Description ALogAbstractions.AImplementation. getLog()static ALogAbstractions. getLog()Returns the log used by the implementation. -
Uses of ALog in org.faktorips.devtools.abstraction.eclipse.internal
Classes in org.faktorips.devtools.abstraction.eclipse.internal that implement ALog Modifier and Type Class Description classEclipseLogMethods in org.faktorips.devtools.abstraction.eclipse.internal that return ALog Modifier and Type Method Description ALogEclipseImplementation. getLog() -
Uses of ALog in org.faktorips.devtools.abstraction.plainjava.internal
Methods in org.faktorips.devtools.abstraction.plainjava.internal that return ALog Modifier and Type Method Description ALogPlainJavaImplementation. getLog()
-