Log constructor
Log(
- CustomLevelLogger<
CustomLogger< levelLogger, {dynamic, dynamic, Function, CustomLog> , CustomLevelLogger<dynamic, dynamic, Function, CustomLog> , Function, CustomLog> - required String path,
- required List<
TraceId> traceIds, - required String message,
- required Object? data,
- required Set<
String> tags, - Object? error,
- StackTrace? stackTrace,
- Zone? zone,
Implementation
Log(
super.levelLogger, {
required this.path,
required this.traceIds,
required this.message,
required this.data,
required this.tags,
super.error,
super.stackTrace,
super.zone,
}) : num = ++lastNum,
time = clock.now();