org.alfresco.util.log
Interface NDCDelegate

All Known Implementing Classes:
Log4JNDC

public interface NDCDelegate


Method Summary
 void push(java.lang.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(java.lang.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.



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.