index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
logging.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
[backport] run nimpretty on the remaining files
narimiran
2019-09-30
1
-23
/
+25
*
Fixes effect error in pure/logging.nim (#11898)
Zachary Carter
2019-08-08
1
-1
/
+1
*
logging: better documentation (#10895)
Jjp137
2019-03-24
1
-94
/
+572
*
Adding more documentation to logging.nim
Istvan
2018-12-17
1
-1
/
+6
*
write logs to stderr instead of stdout; fixes #9547 (#9554)
Ahmed T. Youssef
2018-10-30
1
-3
/
+8
*
even more strict isNil handling for strings/seqs in order to detect bugs
Araq
2018-08-22
1
-11
/
+2
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-4
/
+0
*
make logging module compile again
Andreas Rumpf
2018-04-30
1
-1
/
+1
*
logging: don't crash on nil strings
Yuriy Glukhov
2018-01-11
1
-2
/
+13
*
fix #6264 and #6141 (#6884)
skilchen
2017-12-11
1
-2
/
+6
*
Fix console logger issue; fixes #5546 (#5547)
Anatoly Galiulin
2017-03-16
1
-2
/
+5
*
Explicitly mark log() method as gcsafe
Ruslan Mustakov
2017-02-27
1
-1
/
+1
*
Add warning about log flushing. Related to #3269 (#5424)
Federico Ceratto
2017-02-24
1
-0
/
+2
*
Add newFileLogger overload accepting file descriptor
Dmitry Polienko
2016-11-15
1
-5
/
+13
*
Enabled logging tests for js
Yuriy Glukhov
2016-09-03
1
-4
/
+5
*
Logging compatible with js
Yuriy Glukhov
2016-09-03
1
-111
/
+124
*
prepare Nim codebase for upcoming parser changes
Andreas Rumpf
2016-07-15
1
-1
/
+1
*
pure/logging: add notice level, suggest usecases
niv
2016-05-01
1
-1
/
+27
*
respect global log filter level
Bruce Doan
2015-11-28
1
-6
/
+7
*
logging.nim: expose underlying 'file' object; errors and fatals flush the buf...
Araq
2015-10-12
1
-10
/
+13
*
Add substituteLog docs
Federico Ceratto
2015-10-09
1
-0
/
+2
*
Export substituteLog
Federico Ceratto
2015-10-09
1
-1
/
+1
*
renamed writeln to writeLine in lib
patrick dw
2015-06-19
1
-3
/
+3
*
Fix logger formatting
Sergey Avseyev
2015-06-13
1
-11
/
+20
*
Merge pull request #2830 from yglukhov/logging-no-format
Dominik Picheta
2015-06-04
1
-30
/
+22
|
\
|
*
Removed formatting from logging.
yglukhov
2015-05-28
1
-30
/
+22
*
|
Documented bufSize param in logging.nim
x2f
2015-06-01
1
-1
/
+5
*
|
Expose bufSize parameter for file-based loggers
x2f
2015-05-31
1
-5
/
+9
|
/
*
logging: make fmtStr public to be used in user defined loggers
Frank Fischer
2015-05-11
1
-1
/
+1
*
Don't run non-test code when defined(testing)
Oleh Prypin
2015-04-21
1
-1
/
+1
*
Use `^` instead of `-` in slices
def
2015-03-28
1
-34
/
+34
*
fixed log*(logger: RollingFileLogger, level: Level,
teroz
2015-03-13
1
-1
/
+1
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
newRollingFileLogger - fmtStr is always set to defaultFmtStr
Fabio Cevasco
2015-02-06
1
-1
/
+1
*
Logging module is now thread-safe.
Dominik Picheta
2015-01-25
1
-9
/
+27
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
docgen should work again
Araq
2014-10-05
1
-1
/
+4
*
more modules updated
Araq
2014-08-28
1
-20
/
+20
*
big rename
Araq
2014-08-27
1
-14
/
+17
*
Fixes docgen for logging module.
Dominik Picheta
2014-02-02
1
-2
/
+2
*
Finished logging module.
Dominik Picheta
2014-01-27
1
-0
/
+267
*
tests are green again
Araq
2011-06-28
1
-144
/
+0
*
little repo cleanup
Araq
2011-05-02
1
-5
/
+3
*
bugfix: times.epochTime
Araq
2011-04-25
1
-2
/
+2
*
cleanup: E_Base should not be used for inheriting exceptions; documentation g...
Araq
2011-01-15
1
-1
/
+1
*
fixed pango/pangoutils new wrappers
Andreas Rumpf
2010-02-26
1
-0
/
+0
*
continued work on html/xmlparser
rumpf_a@web.de
2010-02-14
1
-0
/
+0
*
better subscript overloading
rumpf_a@web.de
2010-01-03
1
-0
/
+146