Uses of Interface
org.openas2.logging.Formatter
-
Packages that use Formatter Package Description org.openas2.logging -
-
Uses of Formatter in org.openas2.logging
Classes in org.openas2.logging that implement Formatter Modifier and Type Class Description class
BaseFormatter
class
DefaultFormatter
Fields in org.openas2.logging declared as Formatter Modifier and Type Field Description private Formatter
BaseLogger. formatter
Methods in org.openas2.logging that return Formatter Modifier and Type Method Description Formatter
BaseLogger. getFormatter()
Formatter
Logger. getFormatter()
Methods in org.openas2.logging with parameters of type Formatter Modifier and Type Method Description void
BaseLogger. setFormatter(Formatter formatter)
void
Logger. setFormatter(Formatter formatter)
-