| 
    Wt
    4.0.0
    
   | 
 
Class that holds the configuration for a single field. More...
#include <WLogger.h>
Public Member Functions | |
| std::string | name () const | 
| Returns the field name.  | |
| bool | isString () const | 
| Returns if the field is a quoted string.  More... | |
Class that holds the configuration for a single field.
| bool Wt::WLogger::Field::isString | ( | ) | const | 
Returns if the field is a quoted string.
String fields can contain white-space, and are therefore quoted in the log.
 1.8.11