Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [corona-dev] Logging in Corona


Inside of Eclipse 3.2 Callisto with TPTP installed.  There is an example
of project (File | New | Other | Examples | Logging | EMF Common Base
Event v1.0.1 Sample ) that writes an example EMF Common Base Event
listed below

<CommonBaseEvent creationTime="2006-08-01T12:46:06.003Z"
globalInstanceId="A1DB215BB29C2640D4F5BB262526A426"
localInstanceId="Sample_Event" msg="Hyades EMF Common Base Event v101
Sample log message" severity="60" version="1.0.1">
	<extendedDataElements name="Sample ExtendedDataElement name"
type="string">
		<values>Sample ExtendedDataElement value</values>
	</extendedDataElements>
	<sourceComponentId
component="HyadesEMFCommonBaseEventv101Sample"
componentIdType="Application" location="10.20.16.77" locationType="IPV4"
subComponent="Component" threadId="main"
componentType="Eclipse_Hyades"/>
	<situation categoryName="ReportSituation">
		<situationType
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:type="ReportSituation" reasoningScope="INTERNAL"
reportCategory="LOG"/>
	</situation>
</CommonBaseEvent>

This seems a little verbose for the log record format I was thinking we
would use in Corona.  This log format has its purpose it is used by log
analyzers for doing server diagnostics.  We should keep in mind the
conversion from Corona Log Record format to Common Base Event Format.

Glenn Everitt
The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it. 


Back to the top