プロパティ |
定義内容 |
org.apache.commons.logging.simplelog.defaultlog |
デフォルトのログ出力レベルを指定します。 |
org.apache.commons.logging.simplelog.log.xxxx |
「xxx」で指定したロガーのログ出力レベルを指定します。指定しない場合は、デフォルトが適用されます。xxxはLogFactory#getLog(xxx)で指定した値
|
org.apache.commons.logging.simplelog.showlogname |
org.apache.commons.logging.impl.SimpleLog |
org.apache.commons.logging.simplelog.showdatetime |
trueを指定すると、出力メッセージ内にLog インスタンス名を含めます。デフォルトはfalse |
org.apache.commons.logging.simplelog.dateTimeFormat |
trueを指定すると、出力メッセージ内に現在の日付と時間を含めたいデフォルトはfalse |