Hashtable hashTable = new Hashtable();
hashTable.put("key1", "val1");
hashTable.put("key2", "val2");
hashTable.put("key3", "val3");
LocationInfo li =
new LocationInfo(
"myfile.java", "com.mycompany.util.MyClass", "myMethod", "321");
ThrowableInformation tsr = new ThrowableInformation(new Exception());
event = new LoggingEvent();