Boost logo

Boost :

Subject: Re: [boost] [logging] Interest check on logging library.
From: Jason Wagner (jason_at_[hidden])
Date: 2008-12-31 12:32:37


The last email was sent instead of saved as draft. The last line should have been:

log << severity::warn() << "Packet was larger than the buffer that contains it!"
     << auditing::full() << set("User", user) << set("connection",connection)
     << " Packet source= " << connection << ", account = " << user << "\n"
     << dump_hex(packet);

I'll finish it up after lunch.

---
Jason Wagner
jason_at_[hidden]

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk