Public Member Functions | |
| ExitStatus () | |
| void | set (ExitLevel l, const char *n=NULL) |
| void | append (const char *n) |
| void | append (const std::string s) |
Data Fields | |
| ExitLevel | level |
| char | notice [1024] |
Definition at line 755 of file logstats.cc.
| ExitStatus::ExitStatus | ( | ) | [inline] |
Definition at line 760 of file logstats.cc.
References notice.
| void ExitStatus::append | ( | const char * | n | ) | [inline] |
Definition at line 773 of file logstats.cc.
References ink_strlcat(), and notice.
Referenced by main(), and open_main_log().
| void ExitStatus::append | ( | const std::string | s | ) | [inline] |
Definition at line 777 of file logstats.cc.
References ink_strlcat(), and notice.
| void ExitStatus::set | ( | ExitLevel | l, | |
| const char * | n = NULL | |||
| ) | [inline] |
Definition at line 766 of file logstats.cc.
References ink_strlcat(), level, and notice.
Referenced by main().
Definition at line 757 of file logstats.cc.
| char ExitStatus::notice[1024] |
Definition at line 758 of file logstats.cc.
Referenced by append(), ExitStatus(), my_exit(), and set().
1.7.1