The server gets a HTTP POST request, with a single variable 'logs' and data properly URI encoded.
An example request could be:
logs=2009%2D05%2D04%2C21%3A50%3A40%2E438%20%5BDEBUG%5D%20net%2Esourceforge%2Efxpotpourri%2Efxlogging%2EPlayground%20%2D%2D%201%0A2009%2D05%2D04%2C21%3A50%3A40%2E453%20%5BDEBUG%5D%20net%2Esourceforge%2Efxpotpourri%2Efxlogging%2EPlayground%20%2D%2D%20my%20log%20message
Decoded, this would look like:
2009-05-04%2C21%3A51%3A26.860 [DEBUG] net.sourceforge.fxpotpourri.fxlogging.Playground -- my log message
Configuration property
ringBufferEnabled
has no effect, because it is
always using a
IRingBuffer
to backup its log items.