Omgili - forum search, search forums  
  

Discussions about logging

Displaying 1 - 10 out of 588,127 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
What is the difference between Simple Logging Facade for Java and Apache Commons Logging ?
Started by on , 3 posts by 3 people.  
A native SLF4J.
However, SLF4J is much simpler in design and arguably more robust also be used as an API to implement native logging libraries, like Logback did.
Of as yet another logging facade.
Java 5 has introduced many features that can be make logging statements less cluttering, such as variable number of arguments and printf. That can alleviate all the message building code that happens when something is logged, as well as the surrounding...
Started by on , 4 posts by 4 people.  
SLF4....
Simple Logging Facade for Java (SLF4J) The Simple Logging Facade for Java or (SLF4J) is intended to serve as a simple facade for various logging APIs allowing to the end-user to plug in the desired migration tool.
For that.
Is there a way to prevent Postgresql from logging ERRORs caused by attempted insertions where a UNIQUE KEY constraint is violated? I could change the server_log_min directive, but this would disable all ERROR messages and not just those for UNIQUE KEY...
Started by on , 3 posts by 3 people.  
You could do it by hacking the source code value violates unique constraint \"%s\"", RelationGetRelationName(rel)))); You could change the log level there from ERROR to LOG....
This just by adjusting the logging mechanism on the server.
Ask your Facebook Friends
The numerous (sigh...) logging frameworks for Java all do a nice job of showing the line number of the source file name for the method that created the log message: log.info("hey"); [INFO] [Foo:413] hey But if have a helper method in between, the actual...
Started by on , 6 posts by 5 people.  
So: ask log4j not to output it (in your logging....
Line(TheClass.main(TheClass.java:4)) Message using full log method in logging helper.
) { LoggingHelper.log("Message using full log method in logging helper result.
I'm starting this new project and we are thrashing out our logging/debugging approach and I wanted to put the question to the rest of you on SO, given private final static Logger logger = LoggerFactory.getLogger(getClass()); ... public void doSumething...
Started by on , 3 posts by 3 people.  
I'm ways of doing logging than this: if(logger.isDebugEnabled()) Have a look at log4j which will enable you to change log levels, different....
It feels right to separate logging from logic.
I'm quite found of the aspect oriented approach.
I'm having an issue with the 3.1 version of the logging application block... With 3.5 framework my application works fine on my desktop... once it's deployed out to our qa box... the logging ceases to function. The web.config is identical in both scenarios...
Started by on , 3 posts by 3 people.  
If you move it to local system.
The event log and no error is generated (note this is a real pain).
Hi, Something here doesn't feel right to me here, and so I would like the community's input - perhaps I am approaching this in the wrong way.... Q: Is is appropriate to use traditional infrastructure logging frameworks (like log4net) to log business events...
Started by on , 6 posts by 6 people.  
In this case I'd feel like traditional logging frameworks wouldnt be suitable because when it comes to data that you might later want to access within your application logging frameworks allow you to do things that dont really make sense....
When logging with Log4Net it's very easy to put class that called the log into the log file. I've found in the past that this makes it very easy to trace through the code and see the flow through the classes. In Log4Net I use the %logger property in the...
Started by on , 3 posts by 3 people.  
Put something like this in a logging wrapper: public void LogSomething like this at the end of the log: Extended Properties: Called from - LAB_Demo.Tester.
From the formatter template, of course.
So we've discussed logging in passing at my place of work and I was wondering if some of you guys here could give me some ideas of your approaches? Typically our scenario is, no logging really at all, and mostly .NET apps, winforms/WPF clients talking...
Started by on , 8 posts by 8 people.  
By logging to the event log, you make it much more likely that warnings or errors can ....
That log to the Event Log (preferably their own, otherwise the application log) for all logging but trace logs.
When you log out of a web app, should ALL your session be logged out? When I log out of the web app from the public library, should it also log me out of the session I have on my home computer? When you choose "remember me" or "stay signed in" when logging...
Started by on , 3 posts by 3 people.  
When you log out of a web app, should ALL your session be logged out? Generally, if the requirement is that a person be logged on to only one location at a time, it will log off the first computer choose "remember me" or "stay....
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • Server Fault
Related Searches
winxp log in log out loop    program yahoo log in log out    how to fix log on and log off    htaccess log-off OR log-out    log dts to event log    xp log on logs off    log on log off repair winxp    "Log Log"    fix log on log off virus    XP log in logs out   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost