diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-09-29 06:21:04 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-09-29 06:21:04 +0900 |
| commit | dc467493d8a1461ea321ccf5ca3a2b037f880088 (patch) | |
| tree | 59b98b8901f641409782020bc125a5d23f7f9cfd /internal/hlog/msg.go | |
| parent | 46cd3a28c83e93b5d66c52d06a8366c11910d5c0 (diff) | |
internal: remove hlog
This package has been fully replaced by container.Msg.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/hlog/msg.go')
| -rw-r--r-- | internal/hlog/msg.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/internal/hlog/msg.go b/internal/hlog/msg.go deleted file mode 100644 index 753f6428..00000000 --- a/internal/hlog/msg.go +++ /dev/null @@ -1,10 +0,0 @@ -package hlog - -type Output struct{} - -func (Output) IsVerbose() bool { return Load() } -func (Output) Verbose(v ...any) { Verbose(v...) } -func (Output) Verbosef(format string, v ...any) { Verbosef(format, v...) } -func (Output) Suspend() { Suspend() } -func (Output) Resume() bool { return Resume() } -func (Output) BeforeExit() { BeforeExit() } |
