Wt  4.10.4
Public Member Functions | List of all members
Wt::WLogger::Field Class Reference

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

Detailed Description

Class that holds the configuration for a single field.

See also
addField()

Member Function Documentation

◆ isString()

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.