Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
210 views

Is Log4j a dead project? [closed]

I recently ended up in a bit of a mess on one of the projects I work on, a "mélange" of Log4j, Slf4j and Commons-Logging due to mixing different JARs from different open source projects. I see more ...
3
votes
3answers
366 views

Adding same “*.dll” reference to multiple projects in the same Solution

I have a Visual Studio 2008 .NET C++/CLI Solution. My Solution consist of many sub projects. I define a custom buid directory for each project call it Output. MySoultion MyFirstProject (*.exe) ...
2
votes
1answer
161 views

JavaAcript AJAX remote logger

I am working on JavaScript application on the platform which does not have support for log output, does not allow opening new windows for logger output and has nothing like Firebug or Safari debugger ...
2
votes
2answers
1k views

Filename with date in Log4j

I'm trying to append the current date to the log4j log file. So it would be something like this: myApp-2011-01-07.log The thing is that I do not want to use the DailyRollingFileAppender. Reason is ...
2
votes
3answers
588 views

What's your favorite log4 viewer / monitor?

We've decided to standardize on log4net and log4cxx for our logging infrastructure. I'd like to give our system administrators and other staff access to the events and information we are logging. So ...
1
vote
1answer
43 views

How to synchronously repaint custom console using threads?

I have a JScrollPane(packed with text area) that acts as a custom console for my swing application. Here is the code for my console class InternalConsoleFrame{ static JTextArea outArea ...
0
votes
1answer
44 views

change datepattern (timestamp) position inside log filename

In log4j there is the possibility to set a timestamp for the DailyRollingFileAppender so i've set it in this way : log4j.appender.A1.File=aleroot.log ...