|
HosrDiretta
|
Public Member Functions | |
| SysLogOut (SysLogFacilityLevel fl) | |
| void | putSInt32 (int32_t) |
| void | putUInt32 (uint32_t) |
| void | putSInt64 (int64_t) |
| void | putUInt64 (uint64_t) |
| void | putFloat (float) |
| void | putDouble (double) |
| void | putStr (const char *) |
| void | putString (const std::string &) |
| void | putBuffer (ACQUA::BufferCS_const) |
| void | putIPaddress (ACQUA::IPAddress) |
| void | putClock (ACQUA::Clock) |
Public Attributes | |
| const SysLogFacilityLevel | FL |
| char | message [2048] |
| std::size_t | messize |
Static Public Attributes | |
| static const size_t | message_offset =31 |