Sly Gryphon

Results 42 issues of Sly Gryphon

Core minimum for release 1.7.0 * Autogenerate from the schema definition. * Fix up any compatibility issues with clients/usage, e.g. different loggers. Depending on the extent of changes, for anything...

enhancement

This is due to brltty, a braille interface, which is installed by default in Ubuntu, and in 22.04 has some braille devices that use generic chips identifiers, so cause a...

app.config does not support Windows environment variables. There could be a few solutions: The application alters the config file at startup. The drawbak is, this requires high privilege, and miss...

enhancement

Could you please add in RollingTextWriter => private string GetCurrentFilePath(TraceEventCache eventCache) Add an option to set the base directory, as the current options don’t work on a service unless you...

enhancement

Render as properties to Seq, even if not output as trace option

enhancement

Currently with no MessageTemplate, the display line/summary in Seq is empty. Add either a default message, e.g. "Data", or build a template with properties, e.g. "a={a} b={b}", etc

enhancement

Rather than outputting blank (null), insert the token name, with "{}", to make it easy to debug. Consider: case insensitive?

Implement IDictionary interface, and expose through that. MessageTemplate is exposed as property "MessageTemplate" in the dictionary (similar to "Exception"). Want to keep as separate class for the string rendering. Also...

enhancement

Support general IDictionary, both as Data and as logical call context. Look for special property "MessageTemplate" (similar to "Exception"). Have two config attribute switches to turn on/off (default on) for...

enhancement

Add logical call context scope object that accepts properties as data.