nostr-gem/sig/nostr/client/plain_logger.rbs
Wilson Silva 90ab1a6149
Add plain text and coloured logging to the Client
Logs websocket events (connect, message, error and close events)
2024-04-13 14:12:13 +01:00

7 lines
77 B
Plaintext

module Nostr
class Client
class PlainLogger < Logger
end
end
end