Interface ExceptionLogger

All Known Implementing Classes:
ExceptionLogger.Default

public interface ExceptionLogger
TODO JavaDoc
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final io.undertow.util.AttachmentKey<ExceptionLogger>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get(io.undertow.server.HttpServerExchange exchange)
     
    void
    log(io.undertow.server.HttpServerExchange exchange, Throwable exception)
     
  • Field Details

    • EXCEPTION_LOGGER_KEY

      static final io.undertow.util.AttachmentKey<ExceptionLogger> EXCEPTION_LOGGER_KEY
  • Method Details

    • log

      void log(io.undertow.server.HttpServerExchange exchange, Throwable exception)
    • get

      static ExceptionLogger get(io.undertow.server.HttpServerExchange exchange)