first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import 'package:logging/logging.dart';
|
||||
|
||||
extension ContainsLogin on LogRecord {
|
||||
/// Whether or not the log record contains the user's login details.
|
||||
bool get containsLogin => message.contains('{"Username');
|
||||
}
|
||||
Reference in New Issue
Block a user