-
Notifications
You must be signed in to change notification settings - Fork 25
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
feature request: syslog logging in libcob #106
Comments
This is a useful discussion - and it belongs to the gnucobol dev list, please send it there. Even with syslogd allowing to also send output to a file a "direct" write will always be faster. In GixSQL spdlog is used, but that is C11++, so out of scope. Or "just add" As noted: in general that should be sent to the dev mailing list, please put some additional thoughts (not a full design) and maybe outline 2 possible approaches in your mail. |
I don't think I have access to a dev-only mailing list on GnuCOBOL. I just registered to a few mailing lists, but they seem to be for users. |
That was correct, sorry. You're now the speaker of this repo to the GC dev group :-) |
Note: for module loading/unloading and environment and file there's even and old related FR: https://sourceforge.net/p/gnucobol/feature-requests/270/ |
Some of our customers are used to having COBOL programs being automatically monitored by their mainframe (usually issuing stop/start events, I-O stats and unexpected errors).
So, I am thinking about adding something like that into libcob. The idea would be:
COB_SYSLOG
that can be set by the user/system@GitMensch Do you have an opinion on that ? Would it be ok as a contribution to GnuCOBOL ? Do you have requirements or nice-to-have features that could fit such a proposal ?
The text was updated successfully, but these errors were encountered: