$Date: 2005/10/24 04:01:08 $
$Revision: 1.7 $
-- creation procedure
-- creates a file, in which output may be generated
-- deletes/resets the file, if a filename is known
-- creation procedure
-- creates a file, in which output may be generated
-- sets the file reference
-- true, if debugging information should be displayed in the console
-- true, if debugging information should be displayed in the file
-- true, if errors should be displayed in the file
-- true, if a newline should be displayed at the end of the line
-- default is true
-- true, if warnings should be displayed in the file
-- logs the string s, if some log_output is enabled
-- logs the string s, if some log_output is enabled
-- logs the string s, if some log_output is enabled
-- logs the string s, if some log_output is enabled
-- if true, debug output will be done in the console
-- if true, debug output will be done in a file
-- if true, error output will be done in the console
-- if true, error output will be done in a file
-- the file, in which we want to write the logs
-- if true, log output will be done in the console
-- if true, log output will be done in a file
-- if true, a newline will be displayed
-- if true, the time is displayed at the beginning of each message
-- if true, the type will be displayed aswell, for example
-- "ERROR: "+somestring+newline
-- the format of the time string
-- if true, warning output will be done in the console
-- if true, warning output will be done in a file
Please see EM_LOGGING for more information