kean / Pulse

Network logger for Apple platforms
https://pulselogger.com
MIT License
6.18k stars 294 forks source link

Console configuration #276

Closed AvdLee closed 1 month ago

AvdLee commented 1 month ago

Allow to configure how the console looks using a new ConsoleConfiguration struct:

ConsoleView(
    store: .demo,
    configuration: ConsoleConfiguration(
        shareStoreOutputs: [.har, .html, .text],
        allowRemoteLogging: false
    )
)

Fixes https://github.com/AvdLee/RocketSimApp/issues/531 Fixes https://github.com/AvdLee/RocketSimApp/issues/535

kean commented 2 weeks ago

These options are moving to the existing UserSettings in the upciming version.