Web Analytics Made Easy - Statcounter
Skip to content

Class SBCLogDisplayConfig#

ClassList > SBCLogDisplayConfig

Configuration parameters for logging service. More...

  • #include "SBCLogDisplayConfig.hpp"

Public Attributes#

Type Name
bool printFileLine
Flag indicating whether file/line is printed or not.
bool printTime
Flag indicating whether date is printed or not.

Detailed Description#

Could be supplemented later by additional information.

Public Attributes Documentation#

variable printFileLine#

Flag indicating whether file/line is printed or not.

bool SBCLogDisplayConfig::printFileLine;


variable printTime#

Flag indicating whether date is printed or not.

bool SBCLogDisplayConfig::printTime;