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.
私は自分のC++プロジェクトにlog4cxxを使用し、ログ構成にプロパティを使用しています。これが私の状況です。
log4j.appender.fa.File=./Client{Data}.log
それに到達する方法はありますか?
毎日のローリングファイルアペンダーを使用できます。この URL を確認してください。お役に立てば幸いです。
http://tunatore.wordpress.com/2011/06/12/how-to-define-dailyrollingfileappender-in-log4j-properties-file/