logTrace function

void logTrace(
  1. dynamic value
)

Implementation

void logTrace(
    dynamic value
    )
{
    logger.t( value );
}