magiclogger - v0.1.0
    Preparing search index...

    Type Alias TransportType

    TransportType:
        | "console"
        | "file"
        | "http"
        | "stream"
        | "s3"
        | "mongodb"
        | "websocket"
        | "otlp"
        | "postgresql"
        | "syslog"
        | "elasticsearch"
        | "custom"

    Transport type enumeration. Defines all supported transport types for the logger.