geopaulm / maashaack

Automatically exported from code.google.com/p/maashaack
0 stars 0 forks source link

system.logging.targets.SocketTarget #169

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Basic implementation of the LoggerTarget interface to create target based
Socket connection.

This target use a system.process.Cache reference (private reference) to
create a buffer of all message of the target if the target isn't connected.
The buffer is flushed when the target is connected with the socket server.

Original issue reported on code.google.com by ekamel...@gmail.com on 30 Jul 2009 at 6:18

GoogleCodeExporter commented 8 years ago

Original comment by ekamel...@gmail.com on 30 Jul 2009 at 6:20

GoogleCodeExporter commented 8 years ago

Original comment by ekamel...@gmail.com on 31 Jul 2009 at 4:39