Interface NDCDelegate

All Known Implementing Classes:
Log4JNDC

public interface NDCDelegate
Author:
dward
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    push(String message)
    Push new diagnostic context information for the current thread.
    void
    Remove the diagnostic context for this thread.
  • Method Details

    • push

      void push(String message)
      Push new diagnostic context information for the current thread.
      Parameters:
      message - The new diagnostic context information.
    • remove

      void remove()
      Remove the diagnostic context for this thread.