Class LogContext

java.lang.Object
overit.geocall.util.log.LogContext

public class LogContext extends Object
Class that manages the mapped diagnostic contexts
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    attribute defining the current action i/e the event in the ui environent, the service in a resto or soap service context
    static final String
    attribute defining the running context like PAGE,WS,REST,MS,QUEUE
    static final String
    attribute containting the authenticate username of the user
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    static void
    put(String key, String value)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CONTEXT

      public static final String CONTEXT
      attribute defining the running context like PAGE,WS,REST,MS,QUEUE
      See Also:
    • USER

      public static final String USER
      attribute containting the authenticate username of the user
      See Also:
    • ACTION

      public static final String ACTION
      attribute defining the current action i/e the event in the ui environent, the service in a resto or soap service context
      See Also:
  • Constructor Details

    • LogContext

      public LogContext()
  • Method Details

    • put

      public static void put(String key, String value)
    • clear

      public static void clear()