luislavena / simple_logger

SimpleLogger is a simple, minimal logger library for programmers using FreeBASIC inspired in ruby logger or log4cpp.

This URL has Read+Write access

name age message
file CHANGELOG Wed Aug 08 12:19:27 -0700 2007 Moved Severity into SimpleLogger class to reduc... [luislavena]
file MIT-LICENSE Tue Aug 07 20:57:49 -0700 2007 Added SimpleLogger project. [luislavena]
file README Tue Aug 07 20:57:49 -0700 2007 Added SimpleLogger project. [luislavena]
file Rakefile Wed Aug 08 12:19:27 -0700 2007 Moved Severity into SimpleLogger class to reduc... [luislavena]
file TODO Tue Aug 07 20:57:49 -0700 2007 Added SimpleLogger project. [luislavena]
directory lib/ Sun Feb 10 13:03:20 -0800 2008 SimpleLogger: Added spaces to log output (bette... [luislavena]
directory rakehelp/ Tue Aug 07 20:57:49 -0700 2007 Added SimpleLogger project. [luislavena]
directory tests/ Sun Feb 10 13:03:46 -0800 2008 SimpleLogger: Cleanup. [luislavena]
README
= SimpleLogger

SimpleLogger is a simple, minimal logger library aimed to programmers using FreeBASIC
inspired in ruby logger or log4cpp


== Getting Started

TODO: Write a proper introduction guide of using SimpleLogger


== Requirements

1. FreeBASIC 0.17 (lastest CVS-build)
  Testly do extensive use of features only available in lastest CVS builds.
  You could download the basic (compiler and runtime library) from this url:
  
    http://ecowles.dyndns.org/fbdu/
  
  Follow the instructions for each platform to use these updates.
  Thanks to Pritchard and Eric (Windows) and ikkejw (Linux) for these nightly builds.


== License

  Testly is released under the MIT License.