class OneLineExtendedStackTraceConverter extends ExtendedThrowableProxyConverter
An implementation of ExtendedThrowableProxyConverter
that converts a stack trace to a one-line string
          
            Linear Supertypes
          
          
        
          
          
            
          
          
        
        
            Ordering
            
          - Alphabetic
- By Inheritance
                  Inherited
                  
                  
- OneLineExtendedStackTraceConverter
- ExtendedThrowableProxyConverter
- ThrowableProxyConverter
- ThrowableHandlingConverter
- ClassicConverter
- DynamicConverter
- ContextAware
- LifeCycle
- FormattingConverter
- Converter
- AnyRef
- Any
- Hide All
- Show All
              Visibility
              
        - Public
- All
Instance Constructors
-  new OneLineExtendedStackTraceConverter()
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        addError(arg0: String, arg1: Throwable): Unit
      
      
      - Definition Classes
- DynamicConverter → ContextAware
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        addError(arg0: String): Unit
      
      
      - Definition Classes
- DynamicConverter → ContextAware
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        addInfo(arg0: String, arg1: Throwable): Unit
      
      
      - Definition Classes
- DynamicConverter → ContextAware
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        addInfo(arg0: String): Unit
      
      
      - Definition Classes
- DynamicConverter → ContextAware
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        addStatus(arg0: Status): Unit
      
      
      - Definition Classes
- DynamicConverter → ContextAware
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        addWarn(arg0: String, arg1: Throwable): Unit
      
      
      - Definition Classes
- DynamicConverter → ContextAware
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        addWarn(arg0: String): Unit
      
      
      - Definition Classes
- DynamicConverter → ContextAware
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        convert(arg0: ILoggingEvent): String
      
      
      - Definition Classes
- ThrowableProxyConverter → Converter
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        extraData(arg0: StringBuilder, arg1: StackTraceElementProxy): Unit
      
      
      - Attributes
- protected[pattern]
- Definition Classes
- ExtendedThrowableProxyConverter → ThrowableProxyConverter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      - Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        getContext(): Context
      
      
      - Definition Classes
- DynamicConverter → ContextAware
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        getFirstOption(): String
      
      
      - Definition Classes
- DynamicConverter
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getFormattingInfo(): FormatInfo
      
      
      - Definition Classes
- FormattingConverter
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getNext(): Converter[ILoggingEvent]
      
      
      - Definition Classes
- Converter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        getOptionList(): List[String]
      
      
      - Attributes
- protected[pattern]
- Definition Classes
- DynamicConverter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        isStarted(): Boolean
      
      
      - Definition Classes
- DynamicConverter → LifeCycle
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        prepareLoggingEvent(arg0: ILoggingEvent): Unit
      
      
      - Attributes
- protected[pattern]
- Definition Classes
- ExtendedThrowableProxyConverter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setContext(arg0: Context): Unit
      
      
      - Definition Classes
- DynamicConverter → ContextAware
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        setFormattingInfo(arg0: FormatInfo): Unit
      
      
      - Definition Classes
- FormattingConverter
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        setNext(arg0: Converter[ILoggingEvent]): Unit
      
      
      - Definition Classes
- Converter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setOptionList(arg0: List[String]): Unit
      
      
      - Definition Classes
- DynamicConverter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        start(): Unit
      
      
      - Definition Classes
- ThrowableProxyConverter → DynamicConverter → LifeCycle
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        stop(): Unit
      
      
      - Definition Classes
- ThrowableProxyConverter → DynamicConverter → LifeCycle
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        subjoinSTEPArray(arg0: StringBuilder, arg1: Int, arg2: IThrowableProxy): Unit
      
      
      - Attributes
- protected[pattern]
- Definition Classes
- ThrowableProxyConverter
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        throwableProxyToString(tp: IThrowableProxy): String
      
      
      - Attributes
- protected[converter]
- Definition Classes
- OneLineExtendedStackTraceConverter → ThrowableProxyConverter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        write(arg0: StringBuilder, arg1: ILoggingEvent): Unit
      
      
      - Definition Classes
- FormattingConverter → Converter