import Foundation

public protocol ValueBoxLogger {
    func log(_ what: String)
}