URN / URI for manufacturer / product / software version

I am working on an extension of the current logger solution that I would like to add more information than just the class, line number, log level, date, etc. I would also like to grab the hostname, the manufacturer of the software that generates the log message, the software product name, the software version, and the code library.

My searches showed nothing but the user-agent string. Is there already a standard way (RFC / URN / URI) to convey this information?

Urn: hoog: myhost / microsoft / windows-7.0 / forecast-10.1 / smtp-0.2

+3


source to share


1 answer


You can use something like syslog. Check RFC5424 Syslog Protocol



+1


source







All Articles