MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Clear

Method Clear

source/server.cpp:17–27  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

15}
16//---------------------------------------------------------------------------
17void TSyslogMessage::Clear()
18{
19 SourceAddr = "";
20 PRI = -1;
21 Facility = "";
22 Priority = "";
23 DateStr = "";
24 HostName = "";
25 Tag = "";
26 Msg = "";
27}
28//---------------------------------------------------------------------------
29bool TSyslogMessage::FromStringSyslogd(char * p, int size, sockaddr_in * from_addr)
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected