KAuthLogEvent class

로그 이벤트 정보

Constructors

KAuthLogEvent({required KAuthLogLevel level, required String message, required DateTime timestamp, String? provider, Map<String, dynamic>? data, Object? error, StackTrace? stackTrace})
const

Properties

data Map<String, dynamic>?
추가 데이터
final
error Object?
관련 에러 (있는 경우)
final
hashCode int
The hash code for this object.
no setterinherited
level KAuthLogLevel
로그 레벨
final
message String
로그 메시지
final
provider String?
관련 Provider (있는 경우)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
스택 트레이스 (있는 경우)
final
timestamp DateTime
로그 발생 시간
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