Single log entry styled like a tail output, with timestamp, level token, source, and message in mono.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Monitoring8 } from "@/components/beste/piece/monitoring8";
<Monitoring8
timestamp="12:34:56"
level="warn"
source="auth.session"
message="token refresh retry 2/3"
/>