excludeBox property

Map<Level, bool> excludeBox
final

To prevent ascii 'boxing' of any log Level include the level in map for excludeBox, for example to prevent boxing of Level.trace and Level.info use excludeBox:{Level.trace:true, Level.info:true}

Implementation

final Map<Level, bool> excludeBox;