Categorygithub.com/corex-io/log
modulepackage
0.0.0-20191029091020-768e1f3b9e33
Repository: https://github.com/corex-io/log.git
Documentation: pkg.go.dev

# README

log

1609-09-12 19:02:35 PM +03:00 Sep Sat PDT
--------------- + ------------ + ------------
Type            | Placeholder  | Value
--------------- + ------------ + ------------
Year            | 2006         | 1609
Year            | 06           | 09
Month           | 01           | 09
Month           | 1            | 9
Month           | Jan          | Sep
Month           | January      | September
Day             | 02           | 12
Day             | 2            | 12
Week day        | Mon          | Sat
Week day        | Monday       | Saturday
Hours           | 03           | 07
Hours           | 3            | 7
Hours           | 15           | 19
Minutes         | 04           | 02
Minutes         | 4            | 2
Seconds         | 05           | 35
Seconds         | 5            | 35
AM or PM        | PM           | PM
Milliseconds    | .000         | .123
Microseconds    | .000000      | .123456
Nanoseconds     | .000000000   | .123456789
Timezone offset | -0700        | +0300
Timezone offset | -07:00       | +03:00
Timezone offset | Z0700        | +0300
Timezone offset | Z07:00       | +03:00
Timezone        | MST          | PDT
--------------- + ------------ + ------------

# Packages

No description provided by the author

# Functions

Debugf default debug.
DefaultFileLog default file log.
DefaultStdLog default std log.
Errorf default errorf.
Goid get gourtine id.
Infof default infof.
New Log.
Warnf default warnf.
Writer writer.

# Constants

Level.
Level.
Level.
Level.
Level.

# Structs

Log log.
Options options.

# Interfaces

Logger log interface.

# Type aliases

Option Options function.