Gestion de log #16

Open
opened 2023-05-28 17:22:06 +02:00 by fbenoist68 · 0 comments

import 'dart:developer';

void main() {
log('This is a log message');
logError('This is an error log');
logWarning('This is a warning log');

Timeline.startSync('MyEvent');
// Code à profiler
Timeline.finishSync();
}

import 'dart:developer'; void main() { log('This is a log message'); logError('This is an error log'); logWarning('This is a warning log'); Timeline.startSync('MyEvent'); // Code à profiler Timeline.finishSync(); }
fbenoist68 added the
enhancement
label 2023-05-28 17:22:06 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fbenoist68/mobdr#16
There is no content yet.