trace constant

Level const trace

A version of debug that allows for very high volume output. This may seriously affect the performance of the sync client.

Same as Level.FINEST

Implementation

static const trace = Level('TRACE', 300);