|
ABCUpload uses the Application Event Log to report important information.
- When the component is successfully installed it will report
this via an information event
- If error logging is enabled in ABCUpload
Config exceptions will be logged as warnings
- Serious errors or inconsistencies in the environment will be
logged as errors
For example if the component is unable to create a temporary file
for caching uploads it will log an error "Unable to create
temporary file". This kind of error will affect server performance
but is not fatal.
|