childWithoutMessage method

MelosLogger childWithoutMessage({
  1. String childIndentation = ' ',
})

Implementation

MelosLogger childWithoutMessage({String childIndentation = '  '}) =>
    MelosLogger(
      _logger,
      indentation: '$_indentation$_childIndentation',
      childIndentation: childIndentation,
    );