mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 23:06:21 +01:00
35 lines
1.1 KiB
Dart
35 lines
1.1 KiB
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'data_source.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// NpLogGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
// ignore: non_constant_identifier_names
|
||
|
final _$logFileWebdavDataSource =
|
||
|
Logger("entity.file.data_source.FileWebdavDataSource");
|
||
|
|
||
|
extension _$FileWebdavDataSourceNpLog on FileWebdavDataSource {
|
||
|
// ignore: unused_element
|
||
|
Logger get _log => _$logFileWebdavDataSource;
|
||
|
}
|
||
|
|
||
|
// ignore: non_constant_identifier_names
|
||
|
final _$logFileSqliteDbDataSource =
|
||
|
Logger("entity.file.data_source.FileSqliteDbDataSource");
|
||
|
|
||
|
extension _$FileSqliteDbDataSourceNpLog on FileSqliteDbDataSource {
|
||
|
// ignore: unused_element
|
||
|
Logger get _log => _$logFileSqliteDbDataSource;
|
||
|
}
|
||
|
|
||
|
// ignore: non_constant_identifier_names
|
||
|
final _$logFileCachedDataSource =
|
||
|
Logger("entity.file.data_source.FileCachedDataSource");
|
||
|
|
||
|
extension _$FileCachedDataSourceNpLog on FileCachedDataSource {
|
||
|
// ignore: unused_element
|
||
|
Logger get _log => _$logFileCachedDataSource;
|
||
|
}
|