class Standard::Lsp::Logger

def initialize(prefix: "[server]")

def initialize(prefix: "[server]")
  @prefix = prefix
  @puts_onces = []
end