T warn({Object? msg, String? prefix}) { logMessage('WARN', msg ?? element, prefix: prefix); return this as T; }