fn early_log<P>( task: &Arc<Task<P>>, str_length: usize, str_address: usize ) -> Result<(), EarlyLogError>where P: Platform,