| Attribute name | Attribute type | Docstring | Unit |
| creation_date | datetime | Date this object was created | |
| criticals | str | The criticals in the log file | |
| errors | str | The errors in the log file | |
| file_deleted | int | Switch to indicate if file has been deleted from the data server(s) | |
| filename | str | The name of the associated file | |
| filesize | long | The size of the log file | bytes |
| globalname | str | The name used to store and retrieve file to and from Storage | |
| loglevel | int | The python root log level | |
| nr_criticals | int | The number of criticals in the log file | |
| nr_errors | int | The number of errors in the log file | |
| nr_warnings | int | The number of warnings in the log file | |
| object_id | oidtype | The object identifier
The object identifier is an attribute shared by all persistent instances. It is the prime key, by which object identity is established | |
| recipe | str | What process or precipe produced this log file | |
| warnings | str | The warnings in the log file | |