Package org.alfresco.util.log
Interface NDCDelegate
-
- All Known Implementing Classes:
Log4JNDC
public interface NDCDelegate
- Author:
- dward
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
push(String message)
Push new diagnostic context information for the current thread.void
remove()
Remove the diagnostic context for this thread.
-
-
-
Method Detail
-
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.
-
-