I’ve been looking for a way to do some logging to reflect what I see in my streamlit GUI and am wondering if the ability to do so has been considered for functions like st.write, st.success, st.error, st.warning, etc.?
In my code I do a lot of this…
txt = f"Sorry, we can't write to your Google Sheet if you don't select one for processing."
st.warning(txt)
state('logger').warning(txt)
I’m using loguru and I’ve put the logger into an st.session_state variable called ‘logger’ so I can easily access it and control it throughout my app. This is working nicely, but I’m wondering if there’s a better, more concise way to do this, or maybe a custom component that can help?
Yes, Nico and thanks for responding. My real goal was to capture most of my GUI output in a log file and I’ve achieved that with the simple three lines of code I shared. I have about 30 instances of that block in my app now and it’s working nicely.
I was just thinking that capability would be a nice addition to all of the st.write, st.error, st.warning, etc. functions. I might still create a wrapper function (or a handful of them) to replace those three-line blocks if there is no better way.
If logging were to be added to the existing st.* functions I was thinking an optional argument holding the logger handle would do the trick nicely. Thanks.
Thanks for stopping by! We use cookies to help us understand how you interact with our website.
By clicking “Accept all”, you consent to our use of cookies. For more information, please see our privacy policy.
Cookie settings
Strictly necessary cookies
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms.
Performance cookies
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us understand how visitors move around the site and which pages are most frequently visited.
Functional cookies
These cookies are used to record your choices and settings, maintain your preferences over time and recognize you when you return to our website. These cookies help us to personalize our content for you and remember your preferences.
Targeting cookies
These cookies may be deployed to our site by our advertising partners to build a profile of your interest and provide you with content that is relevant to you, including showing you relevant ads on other websites.