mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-24 01:36:26 +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 _$logAlbumRemoteDataSource =
|
||
|
Logger("entity.album.data_source.AlbumRemoteDataSource");
|
||
|
|
||
|
extension _$AlbumRemoteDataSourceNpLog on AlbumRemoteDataSource {
|
||
|
// ignore: unused_element
|
||
|
Logger get _log => _$logAlbumRemoteDataSource;
|
||
|
}
|
||
|
|
||
|
// ignore: non_constant_identifier_names
|
||
|
final _$logAlbumSqliteDbDataSource =
|
||
|
Logger("entity.album.data_source.AlbumSqliteDbDataSource");
|
||
|
|
||
|
extension _$AlbumSqliteDbDataSourceNpLog on AlbumSqliteDbDataSource {
|
||
|
// ignore: unused_element
|
||
|
Logger get _log => _$logAlbumSqliteDbDataSource;
|
||
|
}
|
||
|
|
||
|
// ignore: non_constant_identifier_names
|
||
|
final _$logAlbumCachedDataSource =
|
||
|
Logger("entity.album.data_source.AlbumCachedDataSource");
|
||
|
|
||
|
extension _$AlbumCachedDataSourceNpLog on AlbumCachedDataSource {
|
||
|
// ignore: unused_element
|
||
|
Logger get _log => _$logAlbumCachedDataSource;
|
||
|
}
|