pub fn current_exe_identifier() -> Option<String>
Expand description

Create a syslog identifier from the current executable.

Return None if we’re unable to determine the name, e.g. because std::env::current_exe failed or returned some weird name.