Files

11 lines
231 B
Go

// Copyright (C) 2019-2025, Lux Industries Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package tests
import "github.com/luxfi/log"
func NewDefaultLogger(prefix string) log.Logger {
return log.New()
}