closer to ready
This commit is contained in:
@@ -2,10 +2,13 @@ package simplelog
|
||||
|
||||
import (
|
||||
"context"
|
||||
"encoding/json"
|
||||
"log"
|
||||
"runtime"
|
||||
"log/slog"
|
||||
"os"
|
||||
"time"
|
||||
|
||||
"github.com/google/uuid"
|
||||
|
||||
"github.com/mattn/go-isatty"
|
||||
)
|
||||
@@ -81,6 +84,7 @@ func (cl *MultiplexHandler) WithGroup(name string) slog.Handler {
|
||||
}
|
||||
return &MultiplexHandler{handlers: newHandlers}
|
||||
}
|
||||
|
||||
type ExtendedEvent interface {
|
||||
GetID() uuid.UUID
|
||||
GetTimestamp() time.Time
|
||||
|
||||
Reference in New Issue
Block a user