Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net Agents - Add dynamic logging methods #7069

Merged
merged 23 commits into from
Jul 11, 2024
Merged

Conversation

crickman
Copy link
Contributor

@crickman crickman commented Jul 2, 2024

Motivation and Context

Migrate logging to dynamic logging methods for better maintability and discoverability (best practice).

Description

Moved each instance of logging a message into a class specific log-message file.

Contribution Checklist

@crickman crickman added .NET Issue or Pull requests regarding .NET code enhancement agents labels Jul 2, 2024
@crickman crickman self-assigned this Jul 2, 2024
@crickman crickman requested a review from a team as a code owner July 2, 2024 23:11
@crickman crickman linked an issue Jul 2, 2024 that may be closed by this pull request
@crickman crickman added the PR: ready for review All feedback addressed, ready for reviews label Jul 2, 2024
@crickman crickman requested a review from dmytrostruk July 9, 2024 16:34
@crickman crickman linked an issue Jul 11, 2024 that may be closed by this pull request
@crickman crickman added this pull request to the merge queue Jul 11, 2024
Merged via the queue into main with commit 6b59077 Jul 11, 2024
19 checks passed
@crickman crickman deleted the feature_agent_loggingmethods branch July 11, 2024 23:37
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
### Motivation and Context
<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

Migrate logging to dynamic logging methods for better maintability and
discoverability (best practice).

### Description
<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

Moved each instance of logging a message into a class specific
log-message file.

### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->

- [X] The code builds clean without any errors or warnings
- [X] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [X] All unit tests pass, and I have added new tests where possible
- [X] I didn't break anyone 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agents enhancement .NET Issue or Pull requests regarding .NET code PR: ready for review All feedback addressed, ready for reviews
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

.Net Agents - Use compile time logging messages .Net: Agents - Review Logging Levels / Practices
4 participants