Versions in this module Expand all Collapse all v0 v0.0.1 Dec 5, 2024 Changes in this version + type DataLogger struct + func New(filePath string, flag int) *DataLogger + func (dl *DataLogger) Append(msgs ...Message) error + type Message struct + func NewMessage(h, v string) Message