Search found 6 matches

by lost_traveller
Fri Apr 18, 2008 7:31 am
Forum: Using LogMX
Topic: "Off the shelf" way to use log4j's XMLLayout?
Replies: 7
Views: 27098

Thanks for that, we have been discussing some other features which we would like to see, someone suggested it remembering the shown/hidden classes as well as the columns?
by lost_traveller
Fri Apr 11, 2008 1:39 pm
Forum: Writing a Manager
Topic: LogMX and the Log4J SocketAppender
Replies: 4
Views: 23342

I have created a test calss for a user-defined log4j socket manager which works ok: public static void main(String args[]) { try { ServerSocket serskt = new ServerSocket(4560); Socket skt = serskt.accept(); ObjectInputStream ois = new ObjectInputStream(new BufferedInputStream(skt.getInputStream()));...
by lost_traveller
Fri Apr 04, 2008 5:42 pm
Forum: Writing a Manager
Topic: LogMX and the Log4J SocketAppender
Replies: 4
Views: 23342

ok thanks! we are currently evaluating logmx as a replacement for chainsaw, clearly we would require the socket reciever to completely remove any need for chainsaw; if I'm able to get write a socket reciever and get it working, and logmx meets all of our other requirements; then yes, we would be loo...
by lost_traveller
Thu Apr 03, 2008 8:36 am
Forum: Writing a Manager
Topic: LogMX and the Log4J SocketAppender
Replies: 4
Views: 23342

LogMX and the Log4J SocketAppender

Does LogMX work with the org.apache.log4j.net.SocketAppender like chainsaw? and if so how do you configure it?
by lost_traveller
Wed Apr 02, 2008 7:54 am
Forum: Using LogMX
Topic: "Off the shelf" way to use log4j's XMLLayout?
Replies: 7
Views: 27098

Thats great! many thanks! i'm sure this will be very useful to many others too! I know this probably isnt a place for it but there is a bug that "Integrate with windows explorer" does not work if you install to a directory which contains a space, eg "C:\program files\" Also could you add a tick box ...
by lost_traveller
Mon Mar 31, 2008 12:42 pm
Forum: Using LogMX
Topic: "Off the shelf" way to use log4j's XMLLayout?
Replies: 7
Views: 27098

Did you manage to implement this as I need this too? could you post the source code please?

I've very surprised this isn't supported by default.