× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



OK guys, remember I'm the MS guy, not the Java guy. <G>
 
Has anyone developed a pluggable message logging library that
understands job logs? Huh? What? OK, we put a process into production
the other day that "logs" messages to StdOut. Now, that may make some
sense in development, but not in production, too many spool files
running around. 
 
It seems to be that the logical place for this stuff would be the job
log, but then it wouldn't work on development on a PC. Also, if it's
running in WAS I would think the logical place would be WAS's logging
interface, but now that's a third interface. And if we're running on NT,
let's not forget the event log, so now that's 4. Add in Syslog and now
you're up to 5, add BEA and now it's 6, etc.
 
Additionally, if we're logging to the job log I'd want to use "classic"
joblog management options, like keeping the job log if the job end's
abnormally, and adding "severity" levels to the messages. It would seem
to me that we could then also control the severity of the messages
logged by setting a floor so we can omit the detailed messages from the
normal runs, but set a flag to include more detailed messages in other
cases. 
 
I'm thinking a two part system where one part was the log generation API
that is consumed by the programmer to record log entries along
w/severity and date/time stamps. The other part is the log recording API
that is implemented by the back-end system (could be same programmer
<G>) that records this message (or ignores it) to the "appropriate"
place depending on a setting in a .config file. 
 
I've developed something similar on the .NET side of the world
(obviously no iSeries joblog support) but now I'm looking on the Java
side. I'm sure there are some standards out there, but I'm also sure
they don't have joblog support. 
 
Anyone? Bueller? 
 
-Walden
 
------------
Walden H Leverich III
Tech Software
(516) 627-3800 x11
WaldenL@xxxxxxxxxxxxxxx
http://www.TechSoftInc.com <blocked::http://www.techsoftinc.com/> 

Quiquid latine dictum sit altum viditur.
(Whatever is said in Latin seems profound.)

 

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.