Methods
- 
			silent()
- 
	DescriptionTurn off all logging. If you log something, it will not error, but will not do anything either 
 and the cycles are minimal.Details
- 
			all()
- 
	DescriptionTurns on all logging levels Details
- 
			level( lvl )
- 
	DescriptionSets the logging level to one of trace,debug,info,warn,error.ParametersName Type Description lvlstring The level to set it to. Can be one of trace,debug,info,warn,error.Details
- 
			trace( The )
- 
	DescriptionLog a tracecallParametersName Type Description Thestring value to log Details
- 
			debug( The )
- 
	DescriptionLog a debugcallParametersName Type Description Thestring value to log Details
- 
			info( The )
- 
	DescriptionLog a infocallParametersName Type Description Thestring value to log Details
- 
			warn( The )
- 
	DescriptionLog a warncallParametersName Type Description Thestring value to log Details
- 
			error( The )
- 
	DescriptionLog a errorcallParametersName Type Description Thestring value to log Details