Categorygithub.com/av1ppp/logx
modulepackage
0.0.0-20250113043907-bff523830d65
Repository: https://github.com/av1ppp/logx.git
Documentation: pkg.go.dev

# README

Logx

[!CAUTION] This library is intended solely for my personal use, so I may not fix bugs, actively support the project, and do ongoing maintenance.

# Packages

No description provided by the author
! Original repository: github.com/MatusOllah/slogcolor.
! Original repository: github.com/lmittmann/tint.
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
Cause returns an Attr that represents the cause of the error.
No description provided by the author
Float32 converts an float32 to an float64 and returns an Attr with that value.
Int16 converts an int16 to an int64 and returns an Attr with that value.
Int32 converts an int32 to an int64 and returns an Attr with that value.
Int8 converts an int8 to an int64 and returns an Attr with that value.
JoinHandlers creates a Handler that writes to all handlers in the given list.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Uint converts an uint to an uint64 and returns an Attr with that value.
Uint16 converts an uint16 to an uint64 and returns an Attr with that value.
Uint32 converts an uint32 to an uint64 and returns an Attr with that value.
Uint8 converts an uint8 to an uint64 and returns an Attr with that value.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

Any returns an Attr for the supplied value.
Bool returns an Attr for a bool.
Duration returns an Attr for a [time.Duration].
Float64 returns an Attr for a floating-point number.
No description provided by the author
Int converts an int to an int64 and returns an Attr with that value.
Int64 returns an Attr for an int64.
NewLogLogger returns a new [log.Logger] such that each call to its Output method dispatches a Record to the specified handler.
NewRecord creates a [Record] from the given arguments.
String returns an Attr for a string value.
Time returns an Attr for a [time.Time].
Uint64 returns an Attr for a uint64.

# Structs

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author