https://github.com/karenpayneoregon/tracelistener
Demo for runtime logging including NLog
https://github.com/karenpayneoregon/tracelistener
csharp-code csharp-core logger nlog
Last synced: about 1 year ago
JSON representation
Demo for runtime logging including NLog
- Host: GitHub
- URL: https://github.com/karenpayneoregon/tracelistener
- Owner: karenpayneoregon
- Created: 2019-10-30T15:45:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T13:39:14.000Z (over 4 years ago)
- Last Synced: 2025-01-29T00:29:13.200Z (over 1 year ago)
- Topics: csharp-code, csharp-core, logger, nlog
- Language: C#
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# TraceListener sample

### LogLibrary
- SideTraceListener thread safe class wrapper for [TextWriterTraceListener](https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.textwritertracelistener?view=netframework-4.8) as a singleton (Ensure a class has only one instance and provide a global point of access to it.) to write informational and exception information across domains in a C# solution, in this case SIDES UIPortal.
- Logger class, base for SideTraceListener, not used.
### FileOperations
Used to test trace SideTraceListener in another namespace for recording runtime exceptions.
### GeneralExperimentsWithTrace
Test
- Initialize and finalize of SideTraceListener
- Calling test methods