LogDispatcherOptions class

Constructors

LogDispatcherOptions({bool sendToTelegram = false, String? telegramBotToken, String? telegramChatId, bool showStackTrace = false, LogType logType = LogType.printAndSendToChannel, String? appRole, String? environment})

Properties

appRole String?
final
environment String?
final
hashCode int
The hash code for this object.
no setterinherited
logType LogType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendToTelegram bool
final
showStackTrace bool
final
telegramBotToken String?
final
telegramChatId String?
final

Methods

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

Operators

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