Oracle® Business Intelligence Presentation Services Administration Guide > Using Oracle BI Presentation Services Logging > Oracle BI Presentation Services Configuration File Structure >

Examples of the Formats of Logged Messages


The fmtName attribute of the Writer element formats logged messages in one of three formats: default, short, and xml. The following entries are examples of these formats.

Default Format Example

The default format formats messages with identifying headings like this:

Type: Information
Severity: 30
Time: Wed Jul 26 11:22:20 2006
File: project\sawserver\sawserver.cpp
Line: 399
Properties: ThreadID-2552
Location:
             saw.sawserver
             saw.sawserver.initializesawserver
             saw.sawserver
OracleBI Presentation Server has started successfully.

Short Format Example

The short format formats messages in a shortened form without identifying headings like this:

I30      Wed Jul 26 11:22:20 2006      sawserver.cpp      399      saw.sawserver      OracleBI Presentation Server has started successfully.

XML Format Example

The xml format formats messages in XML like this:

<Message>

<Type>I</Type>

<Severity>30</Severity>

<Time>Wed Jul 26 11:22:20 2006 </Time>

<File>sawserver.cpp</File>

<Properties>

<Property>

<Name>ThreadID</Name>

<Values>4524</Values>

</Property>

</Properties>

<Location>

<Logsource>saw.sawserver</Logsource>

<Logsource>saw.sawserver.initializesawserver</Logsource>

<Logsource>saw.sawserver</Logsource>

</Location>

<MessageText>OracleBI Presentation Server has started successfully.</MessageText>

</Message>

Oracle® Business Intelligence Presentation Services Administration Guide Copyright © 2007, Oracle. All rights reserved.