Logback API
Version 0.9.8

Uses of Class
ch.qos.logback.core.pattern.Converter

Packages that use Converter
ch.qos.logback.access This is logback access' main package. 
ch.qos.logback.access.pattern Provides classes implementing format specifiers in conversion patterns. 
ch.qos.logback.classic Contains logback classic main classes. 
ch.qos.logback.classic.pattern Provides classes implementing format specifiers in conversion patterns. 
ch.qos.logback.core.html Contains the base classes needed to format logging events to HTML. 
ch.qos.logback.core.pattern Contains the base classes used by PatternLayout. 
ch.qos.logback.core.pattern.parser   
ch.qos.logback.core.rolling.helper Internal helper classes used by ch.qos.logback.core.rolling package. 
 

Uses of Converter in ch.qos.logback.access
 

Methods in ch.qos.logback.access with parameters of type Converter
protected  void PatternLayout.postCompileProcessing(Converter<AccessEvent> head)
          Add a line separator so that each line is on a separate line.
 

Uses of Converter in ch.qos.logback.access.pattern
 

Subclasses of Converter in ch.qos.logback.access.pattern
 class AccessConverter
           
 class ContentLengthConverter
           
 class DateConverter
           
 class FullRequestConverter
          This class is tied to the fullRequest conversion word.
 class FullResponseConverter
           
 class LineSeparatorConverter
           
 class LocalIPAddressConverter
           
 class LocalPortConverter
           
 class NAConverter
          Always returns the NA (not available) string which is "-" in the case of access conversions.
 class RemoteHostConverter
           
 class RemoteIPAddressConverter
           
 class RemoteUserConverter
           
 class RequestAttributeConverter
           
 class RequestContentConverter
          This class is tied to the requestContent conversion word.
 class RequestCookieConverter
           
 class RequestHeaderConverter
           
 class RequestMethodConverter
           
 class RequestParameterConverter
           
 class RequestProtocolConverter
           
 class RequestURIConverter
          The request URI.
 class RequestURLConverter
          The first line of the request.
 class ResponseContentConverter
          This class is tied to the requestContent conversion word.
 class ResponseHeaderConverter
           
 class ServerNameConverter
           
 class StatusCodeConverter
           
 

Uses of Converter in ch.qos.logback.classic
 

Methods in ch.qos.logback.classic with parameters of type Converter
static boolean PatternLayout.chainHandlesThrowable(Converter head)
          This method computes whether a chain of converters handles exceptions or not.
protected  void PatternLayout.postCompileProcessing(Converter<LoggingEvent> head)
          This implementation checks if any of the converters in the chain handles exceptions.
 

Uses of Converter in ch.qos.logback.classic.pattern
 

Subclasses of Converter in ch.qos.logback.classic.pattern
 class CallerDataConverter
          This converter outputs caller data depending on depth and marker data.
 class ClassicConverter
          This class serves the super-class of all converters in LOGBack.
 class ClassOfCallerConverter
           
 class FileOfCallerConverter
           
 class LevelConverter
          Return the event's level.
 class LineOfCallerConverter
           
 class LoggerConverter
           
 class MarkerConverter
          Return the event's marker value(s).
 class MDCConverter
           
 class MessageConverter
          Return the event's message.
 class MethodOfCallerConverter
           
 class NamedConverter
           
 class NopThrowableInformationConverter
          Always returns an empty string.
 class RelativeTimeConverter
           
 class SyslogStartConverter
           
 class ThreadConverter
          Return the events thread (usually the current thread).
 class ThrowableHandlingConverter
          Converter which handle throwables should be derived from this class.
 class ThrowableInformationConverter
          Add a stack trace i case the event contains a Throwable.
 

Uses of Converter in ch.qos.logback.core.html
 

Fields in ch.qos.logback.core.html declared as Converter
protected  Converter<E> HTMLLayoutBase.head
           
 

Methods in ch.qos.logback.core.html with parameters of type Converter
protected  String HTMLLayoutBase.computeConverterName(Converter c)
           
 

Uses of Converter in ch.qos.logback.core.pattern
 

Subclasses of Converter in ch.qos.logback.core.pattern
 class CompositeConverter<E>
           
 class DynamicConverter<E>
           
 class FormattingConverter<E>
           
 class LiteralConverter<E>
           
 

Methods in ch.qos.logback.core.pattern that return Converter
protected  Converter<E> PatternLayoutBase.findTail(Converter<E> head)
           
 Converter<E> Converter.getNext()
           
 

Methods in ch.qos.logback.core.pattern with parameters of type Converter
protected  Converter<E> PatternLayoutBase.findTail(Converter<E> head)
           
protected  void PatternLayoutBase.postCompileProcessing(Converter<E> head)
          Let derived classes perform postCompile processing.
 void CompositeConverter.setChildConverter(Converter<E> child)
           
protected  void PatternLayoutBase.setContextForConverters(Converter<E> head)
           
 void Converter.setNext(Converter<E> next)
           
static void DynamicConverter.startConverters(Converter head)
          Used to start DynamicConvertes in a chain of converters.
 

Uses of Converter in ch.qos.logback.core.pattern.parser
 

Methods in ch.qos.logback.core.pattern.parser that return Converter
 Converter<E> Parser.compile(Node top, Map converterMap)
          When the parsing step is done, the Node list can be transformed into a converter chain.
 

Uses of Converter in ch.qos.logback.core.rolling.helper
 

Subclasses of Converter in ch.qos.logback.core.rolling.helper
 class DateTokenConverter
           
 class IntegerTokenConverter
          When asked to convert an integer, IntegerTokenConverter the string value of that integer.
 


Logback API
Version 0.9.8

Copyright © 2005-2008 QOS.ch. All Rights Reserved.