log property

Map<String, dynamic> log
getter/setter pair

Log configuration.

Implementation

Map<String, dynamic> log = {
  'access': '',
  'error': '',
  'loglevel': 'error',
  'dnsLog': false,
};