logFatal function

void logFatal(
  1. dynamic value
)

Implementation

void logFatal(
    dynamic value
    )
{
    logger.f( value );
}