Go to file
Marc Hernandez 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
ar Whitespace changes 2024-04-30 12:18:33 -07:00
att Whitespace changes 2024-04-30 12:18:33 -07:00
bit Title: Added Bitwise.cs for bitwise operations on enums 2024-07-22 18:47:54 -07:00
cfg Title: Refactored logging system and updated Config.cs 2024-08-04 01:30:23 -07:00
db Some fixes 2024-06-10 15:16:16 -07:00
fsm FSM logging 2024-04-19 02:13:27 -07:00
imm x) Updated argument expressions and method overrides in multiple classes 2024-07-26 20:53:36 -07:00
logging Title: Refactored logging system and updated Config.cs 2024-08-04 01:30:23 -07:00
math Update logging functionality: Refactored log stop method, added missing end line write, and improved time formatting. Made adjustments to AngleSingle class for nullability. 2024-05-26 16:49:29 -07:00
mod Whitespace changes 2024-04-30 12:18:33 -07:00
net Update Conn.cs, Resource.cs, and XmlFormatter2.cs 2024-05-26 20:13:55 -07:00
prof x) Updated argument expressions and method overrides in multiple classes 2024-07-26 20:53:36 -07:00
reflect feat: Add explicit transaction class/ID and split functionality into threaded vs action 2024-06-05 15:02:21 -07:00
res Title: Commented out deferredLoader related code in Resource.cs 2024-08-02 20:34:26 -07:00
scr Add global aliases for Immutable collections 2024-06-21 23:36:53 -07:00
ser Title: Refactored condition checks in XmlFormatter2.cs 2024-07-30 00:47:19 -07:00
time Whitespace changes 2024-04-30 12:18:33 -07:00
.gitattributes General git stuff 2024-05-11 16:04:06 -07:00
.gitignore General git stuff 2024-05-11 16:04:06 -07:00
Globals.cs Consolidate imports, wrap metadata in struct, update type constraints 2024-07-01 14:47:24 -07:00
Helpers.cs Whitespace changes 2024-04-30 12:18:33 -07:00
Id.cs Whitespace changes 2024-04-30 12:18:33 -07:00
LICENSE Create LICENSE 2024-06-10 15:05:03 -07:00
sharplib_be.sln Potential TODO to spit out commented classes and enums for design 2023-10-19 18:46:06 -07:00
SharpLib.csproj x) Updated argument expressions and method overrides in multiple classes 2024-07-26 20:53:36 -07:00
sharplib.sln Add net6.0 and net7.0 2023-09-29 16:17:39 -07:00
Token.cs Whitespace changes 2024-04-30 12:18:33 -07:00
Utilities.cs Update logging events and improve log details display 2024-06-02 16:26:11 -07:00
Utilities.Interop.cs Whitespace changes 2024-04-30 12:18:33 -07:00