at 13:22, Abhinav Rana wrote:
>
> Hi,
>
> So for the latest version of Log4j2(2.10) is there no way to do remote
> logging ?
> I need to wait for the release ?
>
> Thank You
> Abhinav Rana
>
>
>> On 12/11/2017 3:53 PM, Apache wrote:
>> The serv
Hi,
So for the latest version of Log4j2(2.10) is there no way to do remote
logging ?
I need to wait for the release ?
Thank You
Abhinav Rana
On 12/11/2017 3:53 PM, Apache wrote:
The server is now in a separate git project. While it is usable it was really
meant to be a sample that users
have this task to log activities to a file, but it has to be done
> remotely on the server side, Remote logging.
> I found out that before log4j 2.6 to listen to a port we used TcpSocketServer
> which started a server using LogEventBridge
> * This class was in core.net.server w
Hello,
So i have this task to log activities to a file, but it has to be done
remotely on the server side, Remote logging.
I found out that before log4j 2.6 to listen to a port we used
TcpSocketServer which started a server using LogEventBridge
* This class was in core.net.server
Hello,
I'm working on setting up remote logging with Log4j version 1.2.16,
I've been able to create the server and the client using SecureSockets
with a modification of SocketAppender, and I would like to log the
class and line number where the logging event has happened. I've trie
Don't forget to set LocationInfo=true both the client side and server
side...
Maarten Bosteels wrote:
Package for remote logging:
http://logging.apache.org/log4j/docs/api/org/apache/log4j/net/package-summary.html
check out the socketAppender or the SyslogAppender:
Package for remote logging:
http://logging.apache.org/log4j/docs/api/org/apache/log4j/net/package-summary.html
check out the socketAppender or the SyslogAppender:
http://logging.apache.org/log4j/docs/api/org/apache/log4j/net/SocketAppender.html
http://logging.apache.org/log4j/docs/api/org
All,
Is there a way to capture log messages on a remote machine?
I have an application that uses log4j, I would like to replace the
logger so it will send the messages to a remote machine.
Thanks,
Avi
]";
log.error( msg );
throw new ServletException( msg );
}
log.debug( "Configuring Log4j Hierarchy with [" + url +
"]" );
System.setProperty( "log.root",
logRoot.getAbsolutePath()
Thomas,
The attachments did not make it. Pelase try sending your message to log4j-dev.
At 12:28 PM 6/10/2004, Thomas Muller wrote:
Log4j freaks,
Just wanted to share a couple of classes I've coded for remote logging
over HTTP. I noticed that HTTPAppender used to be part of the API some
ver
Log4j freaks,
Just wanted to share a couple of classes I've coded for remote logging
over HTTP. I noticed that HTTPAppender used to be part of the API some
versions ago, but this one used a non-serialization tehcnique to
transfer the LoggingEvents.
The code is poorly documented but shou
11 matches
Mail list logo