ScrapingLogEntry class

Represents a log entry in the scraping process

Constructors

ScrapingLogEntry.new({required String message, required LogType type, DateTime? timestamp})
Creates a new ScrapingLogEntry
ScrapingLogEntry.connection(String message)
Creates a new connection log entry
factory
ScrapingLogEntry.error(String message)
Creates a new error log entry
factory
ScrapingLogEntry.info(String message)
Creates a new info log entry
factory
ScrapingLogEntry.proxy(String message)
Creates a new proxy log entry
factory
ScrapingLogEntry.request(String message)
Creates a new request log entry
factory
ScrapingLogEntry.response(String message)
Creates a new response log entry
factory
ScrapingLogEntry.success(String message)
Creates a new success log entry
factory
ScrapingLogEntry.warning(String message)
Creates a new warning log entry
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
The message of the log entry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
The timestamp of the log entry
final
type LogType
The type of log entry
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited