Package org.alfresco.util.log
Interface NDCDelegate
- All Known Implementing Classes:
Log4JNDC
public interface NDCDelegate
- Author:
- dward
-
Method Summary
-
Method Details
-
push
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.
-