Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GLOGドキュメントを使用して GLOG を使用して syslog を作成しています。たとえば、次のコードがあります。
SYSLOG(INFO)<<"Syslog testing";
しかし、私が見るintログファイル
Nov 18 16:39:03 xyz UNKNOWN[12807]: Syslog testing
UNKNOWN を入力文字列に変更する方法はありますか?