Web Analytics Made Easy - Statcounter
Skip to content

Class SBCLogDisplayConfig#

ClassList > SBCLogDisplayConfig

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#

Configuration parameters for logging service. Could be supplemented later by additional information.

Public Attributes Documentation#

variable printFileLine#

Flag indicating whether file/line is printed or not.

bool printFileLine;


variable printTime#

Flag indicating whether date is printed or not.

bool printTime;