Public Member Functions | Data Fields

ExitStatus Struct Reference

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]

Detailed Description

Definition at line 755 of file logstats.cc.


Constructor & Destructor Documentation

ExitStatus::ExitStatus (  )  [inline]

Definition at line 760 of file logstats.cc.

References notice.


Member Function Documentation

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().


Field Documentation

Definition at line 757 of file logstats.cc.

Referenced by main(), my_exit(), and set().

char ExitStatus::notice[1024]

Definition at line 758 of file logstats.cc.

Referenced by append(), ExitStatus(), my_exit(), and set().


The documentation for this struct was generated from the following file: