Tests the transport connection.
Returns true if the transport is properly configured and can connect.
@override Future<bool> test() async { _logger.info('Log transport is always available'); return true; }