Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Add support for structure logging #5

Closed
wants to merge 3 commits into from
Closed

Add support for structure logging #5

wants to merge 3 commits into from

Conversation

flin-8
Copy link

@flin-8 flin-8 commented Dec 18, 2019

We want to add structure logging support so we can diagnose problems and identify trends in logs more easily. See the Seq website for examples.

@@ -5,32 +5,46 @@ namespace Octopus.Diagnostics
public interface ILog
{
void Trace(string messageText);
void Trace(string messageText, params object[] propertyValues);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added new methods instead of modifying existing ones to maintain backward compatibility

@flin-8 flin-8 self-assigned this Dec 18, 2019
@flin-8 flin-8 closed this May 22, 2020
@michaelnoonan michaelnoonan deleted the frank/seq branch July 9, 2020 11:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant