org.jcoderz.commons.logging
Interface LogRecord

All Superinterfaces:
Element, LogRecordType
All Known Implementing Classes:
LogRecordImpl

public interface LogRecord
extends Element, LogRecordType

Java content class for LogRecord element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/schema/log-message.xsd line 6)

 <element name="LogRecord" type="{http://www.jcoderz.org/commons/logging}LogRecordType"/>
 


Method Summary
 
Methods inherited from interface org.jcoderz.commons.logging.LogRecordType
getBusinessImpact, getCategory, getCause, getDescription, getInstanceId, getLevel, getMessage, getNodeId, getParameter, getProcedure, getSolution, getSource, getStacktrace, getSymbol, getSymbolId, getThread, getThreadName, getTimestamp, getTrackingNumber, getVerification, setBusinessImpact, setCategory, setCause, setDescription, setInstanceId, setLevel, setMessage, setNodeId, setProcedure, setSolution, setSource, setStacktrace, setSymbol, setSymbolId, setThread, setThreadName, setTimestamp, setTrackingNumber, setVerification
 



Copyright 2007 The jCoderZ Project.