Interface SourceBootstrap


@Deprecated public interface SourceBootstrap
Deprecated.
Karma bootstrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    When the bootstrap is disabled
    void
    Deprecated.
    When the bootstrap is enabled
    Deprecated.
    Get the bootstrap appender
    Deprecated.
    Get the bootstrap source
  • Method Details

    • enable

      void enable()
      Deprecated.
      When the bootstrap is enabled
    • disable

      void disable()
      Deprecated.
      When the bootstrap is disabled
    • getAppender

      default KarmaAppender getAppender()
      Deprecated.
      Get the bootstrap appender
      Returns:
      the bootstrap appender
    • getSource

      KarmaSource getSource()
      Deprecated.
      Get the bootstrap source
      Returns:
      the bootstrap source