encode method
Implementation
Object encode() {
return <Object?>[
timestamp,
level.index,
category.index,
tag,
message,
threadName,
extras,
throwable,
];
}
Object encode() {
return <Object?>[
timestamp,
level.index,
category.index,
tag,
message,
threadName,
extras,
throwable,
];
}