|
1e07928b2c
|
NewLogger() was renamed to New(). Removed toStdout and all of its logic. Use composition for sync.Mutex.
|
2023-04-24 00:42:24 +04:00 |
|
|
bf189d050a
|
Added Reopen() method for Logger.
|
2022-05-25 00:33:11 +04:00 |
|
|
6189ddd48d
|
Added missing ... operator.
|
2022-03-29 18:15:06 +04:00 |
|
|
1fbdcae68a
|
Don't print date to stdout.
|
2022-03-29 18:12:57 +04:00 |
|
|
2c567fd1e5
|
Defering such things is more gopher way.
|
2022-02-10 22:51:38 +04:00 |
|
|
f3685c999e
|
An octal repr of permissions is supposed to be used here for working correctly.
|
2022-02-07 21:50:38 +04:00 |
|
|
f92267a288
|
Added optional writing to stdout.
|
2022-02-07 21:24:54 +04:00 |
|
|
f5ce98c021
|
Added a space between timestamp and format.
|
2022-02-07 19:38:20 +04:00 |
|
|
bde46d93b0
|
Wrote a simple logger.
|
2022-02-07 19:35:25 +04:00 |
|