summary refs log tree commit diff stats
path: root/lib/pure/logging.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosFederico Ceratto2015-02-151-1/+1
|
* newRollingFileLogger - fmtStr is always set to defaultFmtStrFabio Cevasco2015-02-061-1/+1
|
* Logging module is now thread-safe.Dominik Picheta2015-01-251-9/+27
|
* Happy new year!Guillaume Gelin2015-01-061-1/+1
|
* docgen should work againAraq2014-10-051-1/+4
|
* more modules updatedAraq2014-08-281-20/+20
|
* big renameAraq2014-08-271-14/+17
|
* Fixes docgen for logging module.Dominik Picheta2014-02-021-2/+2
|
* Finished logging module.Dominik Picheta2014-01-271-0/+267
|
* tests are green againAraq2011-06-281-144/+0
|
* little repo cleanupAraq2011-05-021-5/+3
|
* bugfix: times.epochTimeAraq2011-04-251-2/+2
|
* cleanup: E_Base should not be used for inheriting exceptions; documentation ↵Araq2011-01-151-1/+1
| | | | generator generates dependencies section
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* better subscript overloadingrumpf_a@web.de2010-01-031-0/+146
/a> 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433