logger

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 24, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Alert

func Alert(ctx context.Context, msg any)

システムの一部が損なわれている可能性があるが、全体としては稼働している状態。 1件でも発生したら、一度サービスを停止またはフォールバックして、直ちに対応が求められる。

func Critical

func Critical(ctx context.Context, msg any)

より深刻な問題を誘発する可能性がある状態。 1件でも発生したら、直ちに対応が求められる。(サービスは継続して良い)

func Debug

func Debug(ctx context.Context, msg any)

デバッグ用の情報を出力する。

func Emergency

func Emergency(ctx context.Context, msg any)

システム全体が利用できなくなっている状態。 1件でも発生したら、一度サービスを停止またはフォールバックして、直ちに対応が求められる。

func Error

func Error(ctx context.Context, msg any)

一定の期間以上継続する場合、直ちに対応が求められる。

func Info

func Info(ctx context.Context, msg any)

特に対応は不要だが、対応が必要なログのヒントになることを期待する情報になる。

func Init

func Init(service, version string)

func Notice

func Notice(ctx context.Context, msg any)

起動、シャットダウン、設定変更など、通常だが重要なイベント。

func Warning

func Warning(ctx context.Context, msg any)

直ちに対応は不要だが、近いうちに対応が必要になる。

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL