net.codesmarts.log4j
Class HashUtility

java.lang.Object
  extended bynet.codesmarts.log4j.HashUtility

public class HashUtility
extends java.lang.Object

Methods for creating semiunique hash values based on logging incidents

Author:
Fred McCann

Field Summary
static int CONTENT
           
static int LOCATION
           
static int THROWABLE
           
 
Constructor Summary
HashUtility()
           
 
Method Summary
protected static java.lang.String hash(java.util.List eventList, int method)
          Create hash values based on incidents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCATION

public static final int LOCATION
See Also:
Constant Field Values

CONTENT

public static final int CONTENT
See Also:
Constant Field Values

THROWABLE

public static final int THROWABLE
See Also:
Constant Field Values
Constructor Detail

HashUtility

public HashUtility()
Method Detail

hash

protected static java.lang.String hash(java.util.List eventList,
                                       int method)
Create hash values based on incidents

Parameters:
eventList -
Returns:


Copyright © 2005 CodeSmarts. All Rights Reserved.