-
Notifications
You must be signed in to change notification settings - Fork 906
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
API - Allow Lets.GetChocolatey to not initialize logging #2124
Comments
ferventcoder
changed the title
API - Allow not initializing logging
API - Allow Lets.GetChocolatey to not initialize logging
Sep 25, 2020
AdmiringWorm
added a commit
to AdmiringWorm/choco
that referenced
this issue
Jun 21, 2021
This commit makes changes to the API initialization method to allow Chocolatey to allow the initialization to happen without enabling logging. Additionally changes have been made to allow adding extra loggers to be added without overriding the logging to the applications main chocolatey.log file. These changes were necessary to allow programs (like ChocolateyGUI) to add its own logging infrastructure without disabling logging to the main log file.
AdmiringWorm
added a commit
to AdmiringWorm/choco
that referenced
this issue
Jun 21, 2021
This commit makes changes to the API initialization method to allow Chocolatey to allow the initialization to happen without enabling logging. Additionally changes have been made to allow adding extra loggers to be added without overriding the logging to the applications main chocolatey.log file. These changes were necessary to allow programs (like ChocolateyGUI) to add its own logging infrastructure without disabling logging to the main log file.
AdmiringWorm
added a commit
to AdmiringWorm/choco
that referenced
this issue
Jun 23, 2021
This commit makes changes to the API initialization method to allow Chocolatey to allow the initialization to happen without enabling logging. Additionally changes have been made to allow adding extra loggers to be added without overriding the logging to the applications main chocolatey.log file. These changes were necessary to allow programs (like ChocolateyGUI) to add its own logging infrastructure without disabling logging to the main log file.
gep13
pushed a commit
to AdmiringWorm/choco
that referenced
this issue
Aug 9, 2021
This commit makes changes to the API initialization method to allow Chocolatey to allow the initialization to happen without enabling logging. Additionally changes have been made to allow adding extra loggers to be added without overriding the logging to the applications main chocolatey.log file. These changes were necessary to allow programs (like ChocolateyGUI) to add its own logging infrastructure without disabling logging to the main log file.
gep13
pushed a commit
to AdmiringWorm/choco
that referenced
this issue
Aug 9, 2021
This commit makes changes to the API initialization method to allow Chocolatey to allow the initialization to happen without enabling logging. Additionally changes have been made to allow adding extra loggers to be added without overriding the logging to the applications main chocolatey.log file. These changes were necessary to allow programs (like ChocolateyGUI) to add its own logging infrastructure without disabling logging to the main log file.
gep13
added a commit
that referenced
this issue
Aug 9, 2021
(#2124) Add ability to initialize without logging
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In some cases you want to call Lets.GetChocolatey without initializing logging (or making any changes to how it might currently be set).
The text was updated successfully, but these errors were encountered: