@neofork/devlogr - v0.0.3
    Preparing search index...

    Interface LogTheme

    Theme configuration for log message appearance.

    interface LogTheme {
        symbol: string;
        color: (text: string) => string;
        label: string;
    }
    Index

    Properties

    Properties

    symbol: string

    Unicode symbol or ASCII character displayed before the message

    color: (text: string) => string

    Color function to apply styling to the message text

    label: string

    Text label identifying the log level or message type