# History for ThreadedLogger
## v1.30
-
add a class method initialized? to check if a logging instance for a class has been initialized or not
## v1.2.1
-
autogenerate gemspec; the manual one had a syntax error
## v1.2.0
-
Allow multiple loggers to be instantiated as subclasses
-
add ::clear and ::clear_all class methods
## v1.1.0
-
Dynamically generate logging methods
-
Enhance test suite
## v1.0.0
-
Initial Release