Commit Graph

9 Commits

Author SHA1 Message Date
9aeac39704 Title: Refactored logging system and updated Config.cs
x) Updated `Config.cs` to include a new instance of `XmlFormatter2Cfg` with specified data structure and POD.
x) Renamed the `destroy()` method in `Log.cs` to `shutdown()`.
x) Modified the startup process in `Log.cs` to check if it's already running, providing an info log if true.
x) Changed the encoding for StreamWriter in `startup()` method to UTF8 and added buffer size.
x) Commented out error stream related lines in Log.cs as they are not being used currently.
x) Added exception handling when processing message headers in log events.
x) Added checks for null or whitespace strings before writing them into files or console. Trimmed any null characters from lines before writing them into files.
x) Removed unnecessary white spaces and commented code blocks.
2024-08-04 01:30:23 -07:00
09bcc5ee37 Add the ability for records to be config classes 2024-08-02 13:47:20 -07:00
c18c106b72 Formatting 2024-04-28 17:31:24 -07:00
dcd15a2663 x) Fix EOL on file 2024-04-28 17:09:29 -07:00
Marc Hernandez
115ab629dc Changes 2022-02-26 21:30:00 -08:00
065ec3b237 x) Catch more generic IO issues
x) Add a default filename of <unknown> for default created resources
2021-06-19 12:15:16 -07:00
Marc Hernandez
2844950af3 Updates to SharpLib 2021-06-17 01:48:02 -07:00
e93c7fee4c Share some code 2020-05-09 15:51:10 -07:00
6e2e40dee3 Moving some files around 2019-12-08 00:16:21 -08:00