1. Field of the Invention
Embodiments of this invention generally relate to a unified logging and tracing facility. More particularly, an embodiment of the invention relates to a unified logging and tracing service employed in an application server.
2. Description of Related Art
Java 2 Enterprise Edition (J2EE) is a tool commonly used in software development today. Generally, J2EE reduces the costs and complexity associated with developing multi-tier enterprise services. Another advantage of J2EE is that it can be relatively rapidly deployed and enhanced as the need arises. J2EE is currently used in many large-scale application development projects for these reasons.
As application development projects grow larger, logging becomes increasingly more important. Logging can be a very useful debugging tool to isolate problems, for example, by tracking each stage of the application being evaluated.
A major issue with current logging solutions is the determination of how and when messages are logged. The problem is exasperated when a development project involves many modules or developers. This problem is further complicated when different interfaces and/or services are used across the development project modules.
Disclosed are novel and efficient apparatus, methods, and systems for filtered unified logging and tracing, for example, employed within application servers. In one embodiment of the invention, a filtered application programming interface (API) provides configuration and/or viewing for both tracing and logging. According to an embodiment of the invention, use of filters provides a finer granularity of log controller or log output, for example, when compared with only using severity.
In one embodiment of the invention, a method or providing filtered logging and tracing is disclosed. The method includes: receiving a message, the message having a predefined severity; dropping the message if the message severity does not reach a threshold severity; applying one or more filters to the message if the message severity reaches the threshold severity; and sending the message to a destination if the message is not filtered out.
In another embodiment of the invention, as long as the message passes a severity and filter evaluation of a child object, the message is published.
In a different embodiment of the invention, a filtered unified logging system is disclosed. The system includes: one or more log controllers to represent source data, each of the log controllers receiving one or more messages; one or more filters coupled to the log controllers to filter the received messages; one or more logs to represent one or more corresponding destinations for the received messages; and one or more filters coupled to the logs to filter the messages prior to publication by the logs.
In a further embodiment of the invention, the filtered unified logging system further includes a formatter coupled to each of the logs to determine a format of the received message prior to publication.
The appended claims set forth the features of the invention with particularity. The embodiments of the invention, together with its advantages, may be best understood from the following detailed description taken in conjunction with the accompanying drawings in which:
In an embodiment of the invention, a log controller 304 may receive messages from an executing application. The log controller may be defined as a Java class having two subclasses or modules such as “category” to generate log messages and “location” to generate trace messages. Tracing involves the reconstruction of the control flow of an executing application, which may be used during program development and testing or problem detection, in productive systems (alternative or debugging). Tracing may be switched off during normal operation. Moreover, trace messages may be emitted to locations, which describe delimited code areas such as packages or classes.
Logging messages may be used to record normal or exceptional events that occur during program execution and this may be switched on during normal operation. The log messages may be emitted to categories, which describe distinguished problem areas such as database problems or security auditing. In an embodiment of the invention, log messages are also visible in a trace.
The source, for trace messages, may correspond to a hierarchical Java naming package or class such as:
The source, for log messages, may correspond to a logical name defined by a developer such as:
In an embodiment of the invention, logs typically are addressed to an administrator of a running system while traces typically are addressed to a developer and/or a support organization. Thus, the developer may decide whether a message is a log message or trace message.
The tool 300 further includes a log (or destination) 306 coupled to each of the log controllers 304. The log 306 may represent the destination to which the message received by the respective log controller should be sent (or otherwise published). Each log 306 may have access to one or more filters 307 to filter the messages prior to publication. For example, the filters 307 may control whether the messages should be screened out, otherwise restricted, or alter the output behavior. The log 306 is further coupled to a formatter 308, which determines the format of the message to be published.
In one embodiment of the invention, a message passed through the tool 300 may include a log record or portion thereof. The log record may be a structure that holds at best a portion of a message and data corresponding thereto. The log record may include severity information regarding the message, for example, to indicate the importance (severity) of the message. A severity threshold may be set and only a message with an assigned severity that is more severe than this threshold may be recorded and/or published.
In one embodiment of the invention, there are a number of severities, for example, six, provided as constants. Severity.DEBUG (e.g., for debugging purposes), Severity.PATH (e.g., to indicate a path severity, for example to keep track of a path), Severity.INFO (e.g., to indicate an informational severity), Severity.WARNING (e.g., to indicate a warning severity), Severity.ERROR (e.g., to indicate an error), and Severity.FATAL (e.g., to indicate a fatal error). To disable writing or logging, security or threshold of a Severity.NONE may be utilized.
It is also envisioned that severities may be inherited, e.g., to reuse settings in hierarchies of code areas and message categories. For example, names of log controllers may be used to build implicit hierarchies. Locations may be named similar to qualified Java package and class names. For example with respect to the hierarchical configuration 400 of
As illustrated in
Additionally, the inheritance of severity settings may be controllable via a range from a minimum to a maximum severity specified with:
In one embodiment of the invention, the formatter 308 has three subclasses or modules: (1) a trace formatter 714 to provide a human-readable, configurable format specifically for traces that are not read with a log viewer; (2) a list formatter 712 to provide a compact format of hash-separated message fields for processing in a log viewer; and (3) an extensible markup language (XML) formatter 716 to provide an XML-based format suitable for further processing in foreign applications.
in one embodiment of the invention, the log controller 304 and log 306 may have further access to filters (not shown), for example, to provide a finer granularity of log controller or log output, for example, when compared with only utilizing severity (such as discussed with reference to filters 305 and 307 of
In one embodiment of the invention, an application programming interface (API) provides unified configuration and/or viewing for both tracing and logging. An embodiment of the invention takes advantage of similarities between tracing and logging, and of synergistic effects of handling both—while not neglecting differences such as: path messages for traces; cross-referencing between traces and logs; or language-independent messages for logs.
It is envisioned that a unified approach to logging and tracing is configurable for different output formats and destinations, is highly controllable (e.g., uses controlled inheritance to reuse settings in hierarchies of code areas and message categories and/or allows relative control of message writing, for example enabling extended tracing for a classified subset of trace calls). Also, according to an embodiment of the invention, use of filters provides a finer granularity of log controller or log output, for example, when compared with only utilizing severity.
It should be appreciated that reference throughout this specification to “one embodiment” or “an embodiment” means that a particular feature, structure or characteristic described in connection with the embodiment is included in at least one embodiment of the invention. Therefore, it is emphasized and should be appreciated that two or more references to “an embodiment” or “one embodiment” or “an alternative embodiment” in various portions of this specification are not necessarily all referring to the same embodiment. Furthermore, the particular features, structures or characteristics may be combined as suitable in one or more embodiments of the invention.
Similarly, it should be appreciated that in the foregoing description of exemplary embodiments of the invention, various features of the invention are sometimes groped together in a single embodiment, figure, or description thereof for the purpose of streamlining the disclosure aiding in the understanding of one or more of the various inventive aspects. This method of disclosure, however, is not to be interpreted as reflecting an intention that the claimed invention requires more features than are expressly recited in each claim. Rather, as the following claims reflect, inventive aspects lie in less than all features of a single foregoing disclosed embodiment. Thus, the claims following the detailed description are hereby expressly incorporated into this detailed description, with each claim standing on its own as a separate embodiment of this invention.
While certain exemplary embodiments have been described and shown in the accompanying drawings, it is to be understood that such embodiments are merely illustrative of and not restrictive, and that the embodiments of the invention are not to be limited to specific constructions and arrangements shown and described, since various other modifications may occur to those ordinarily skilled in the art upon studying this disclosure.
In the above description, numerous specific details may be set forth in order to provide a more thorough understanding of various embodiments of the invention. It will be appreciated, however, to one skilled in the art that the embodiments of the invention may be practiced without such specific details, based on the disclosure provided. Those of ordinary skill in the art, with the included descriptions, will be able to implement appropriate functionality without undue experimentation.
Various embodiments of the invention have been described above. The various embodiments may be performed by hardware components or may be embodied in machine-executable instructions, which may be used to cause a general-purpose or special-purpose processor or a machine or logic circuits programmed with the instructions to perform the various embodiments. Alternatively, the various embodiments may be performed by a combination of hardware and software.
Various embodiments of the invention may be provided as a computer program product, which may include a machine-readable medium having stored thereon instructions, which may be used to program a computer (or other electronic devices) to perform a process according to various embodiments of the invention.
The machine-readable medium may include, but is not limited to, floppy diskette, optical disk, compact disk-read-only memory (CD-ROM), magneto-optical disk, read-only memory (ROM) random access memory (RAM), erasable programmable read-only memory (EPROM), electrically erasable programmable read-only memory (EEPROM), magnetic or optical card, flash memory, or another type of media/machine-readable medium suitable for storing electronic instructions. Moreover, various embodiments of the invention may also be downloaded as a computer program product, wherein the program may be transferred from a remote computer to a requesting computer by way of data signals embodied in a carrier wave or other propagation medium via a communication link (e.g., a modem, network connection, a wireless link, and the like).
System interface 214 (or chipset) may be connected to the processor bus 212 to interface other components of the system 200 with the processor bus 212. For example, system interface 214 may includes a memory controller 218 for interfacing a main memory 216 with the processor bus 212. The main memory 216 typically includes one or more memory cards and a control circuit (not shown). System interface 214 may also include an input/output (I/O) interface 220 to interface one or more I/O bridges or I/O devices with the processor bus 212. For example, as illustrated, the I/O interface 220 may interface an I/O bridge 224 with the processor bus 212. I/O bridge 224 may operate as a bus bridge to interface between the system interface 214 and an I/O bus 226. One or more I/O controllers and/or I/O devices may be connected with the I/O bus 226, such as I/O controller 228 and I/O device 230, as illustrated. I/O bus 226 may include a Peripheral Component Interconnect (PCI) bus or other type of I/O bus.
System 200 may include a dynamic storage device, referred to as main memory 216, or a random access memory (RAM) or other memory coupled to the processor bus 212 for storing information and instructions to be executed by the processors 202-206. Memory 216 also may be used for storing temporary variables or other intermediate information during execution of instructions by the processors 202-206. System 200 may include a read only memory (ROM) and/or other static storage device coupled to the processor bus 212 for storing static information and instructions for processor 210.
Memory 216 may include a wide variety of memory devices including rad-only memory (ROM), erasable programmable read-only memory (EPROM), electrically erasable programmable read-only memory (EEPROM), random access memory (RAM), non-volatile random access memory (NVRAM), cache memory, flash memory, and other memory devices. Memory 216 may store program modules, objects, images, data structures, program data, and other modules that perform particular tasks or implement particular abstract data types that facilitate system use.
I/O device 230 may include a display device (not shown), such as a cathode ray tube (CRT) or liquid crystal display (LCD), for displaying information to an end user. For example, graphical and/or textual indications may be presented to a user on the display device. I/O device 230 may also include an input device (not shown), such as an alphanumeric input device, including alphanumeric and other keys for communicating information and/or command selections to a processor. Another type of user input device includes cursor control, such as a mouse, a trackball, or cursor direction keys for communicating direction information and command selections to the processors 202-206 and for controlling cursor movement on the display device.
System 200 may also include a communication device (not shown), such as a modem, a network interface card, or other well-known interface devices, such as those used for coupling to Ethernet, token ring, or other types of physical attachment for purposes of providing a communication link to support a local or wide area network, for example. Stated differently, the system 200 may be coupled with a number of clients and/or servers via a conventional network infrastructure, such as a company's Intranet and/or the Internet, for example.
It is appreciated that a lesser or more equipped computer system than the example described above may be desirable for certain implementations. Therefore, the configuration of computer system 200 will vary from implementation to implementation depending upon numerous factors, such as price constraints, performance requirements, technological improvements, and/or other circumstances.
It should be noted that, while the embodiments described herein may be performed under the control of a programmed processor, such as processors 202-206, in alternative embodiments, the embodiments may be fully or partially implemented by any programmable or hard coded logic, such as field programmable gate arrays (FPGAs), transistor-transistor logic (TTL) logic, or application specific integrated circuit (ASICs). Additionally, the embodiments of the invention may be performed by any combination of programmed general-purpose computer components and/or custom hardware components. Therefore, nothing disclosed herein should be construed as limiting the various embodiments of the invention to a particular embodiment wherein the recited embodiments may be performed by a specific combination of hardware components.
Number | Name | Date | Kind |
---|---|---|---|
5201044 | Frey et al. | Apr 1993 | A |
6061721 | Ismael et al. | May 2000 | A |
6083281 | Diec et al. | Jul 2000 | A |
6134581 | Ismael et al. | Oct 2000 | A |
6144967 | Nock | Nov 2000 | A |
6308208 | Jung et al. | Oct 2001 | B1 |
6356931 | Ismael et al. | Mar 2002 | B2 |
6470388 | Niemi et al. | Oct 2002 | B1 |
6539501 | Edwards | Mar 2003 | B1 |
6553403 | Jarriel et al. | Apr 2003 | B1 |
6567809 | Santosuosso | May 2003 | B2 |
6681232 | Sistanizadeh et al. | Jan 2004 | B1 |
6738933 | Fraenkel et al. | May 2004 | B2 |
6772178 | Mandal et al. | Aug 2004 | B2 |
6789257 | MacPhail | Sep 2004 | B1 |
6802067 | Camp et al. | Oct 2004 | B1 |
6834301 | Hanchett | Dec 2004 | B1 |
6851118 | Ismael et al. | Feb 2005 | B1 |
6862711 | Bahrs et al. | Mar 2005 | B1 |
6880125 | Fry | Apr 2005 | B2 |
6925631 | Golden | Aug 2005 | B2 |
6985848 | Swoboda et al. | Jan 2006 | B2 |
6990601 | Tsuneya et al. | Jan 2006 | B1 |
7000235 | Mandal et al. | Feb 2006 | B2 |
7017051 | Patrick | Mar 2006 | B2 |
7017162 | Smith et al. | Mar 2006 | B2 |
7024474 | Clubb et al. | Apr 2006 | B2 |
7051324 | Gissel et al. | May 2006 | B2 |
7058558 | Reichenthal | Jun 2006 | B2 |
7062540 | Reddy et al. | Jun 2006 | B2 |
7069267 | Spencer, Jr. | Jun 2006 | B2 |
7086065 | Yeluripati et al. | Aug 2006 | B1 |
7120685 | Ullmann et al. | Oct 2006 | B2 |
7152104 | Musante et al. | Dec 2006 | B2 |
7174370 | Saini et al. | Feb 2007 | B1 |
7200588 | Srivastava et al. | Apr 2007 | B1 |
7206827 | Viswanath et al. | Apr 2007 | B2 |
7240334 | Fluke et al. | Jul 2007 | B1 |
7251809 | Barclay et al. | Jul 2007 | B2 |
7305671 | Davidov et al. | Dec 2007 | B2 |
20020029298 | Wilson | Mar 2002 | A1 |
20030005173 | Shah et al. | Jan 2003 | A1 |
20030110252 | Yang-Huffman | Jun 2003 | A1 |
20030120593 | Bansal et al. | Jun 2003 | A1 |
20030167304 | Zhu et al. | Sep 2003 | A1 |
20030225872 | Bartek et al. | Dec 2003 | A1 |
20040022237 | Elliott et al. | Feb 2004 | A1 |
20040028059 | Josyula et al. | Feb 2004 | A1 |
20040148610 | Tsun et al. | Jul 2004 | A1 |
20040158837 | Sengodan | Aug 2004 | A1 |
20040230973 | Cundiff, Jr. et al. | Nov 2004 | A1 |
20040249613 | Sprogis et al. | Dec 2004 | A1 |
20040268314 | Kollman et al. | Dec 2004 | A1 |
20050010608 | Horikawa | Jan 2005 | A1 |
20050028171 | Panagiotis et al. | Feb 2005 | A1 |
20050033777 | Moraes et al. | Feb 2005 | A1 |
20050038889 | Frietsch | Feb 2005 | A1 |
20050097110 | Nishanov et al. | May 2005 | A1 |
20050102536 | Patrick et al. | May 2005 | A1 |
20050132337 | Wedel et al. | Jun 2005 | A1 |
Number | Date | Country |
---|---|---|
2001195151 | Jul 2001 | JP |
2002073522 | Mar 2002 | JP |
2002082777 | Mar 2002 | JP |
IB-WO 0205102 | Jan 2002 | WO |
IB-WO 0241154 | May 2002 | WO |