・Velocity、log4jを使うための設定 ディレクトリの作成 以下のようなディレクトリ構成にする。 プロパティーファイルの作成 Log4Jのプロパティー ../eclipse/workspace/Velocity/properties/log4j.properties log4j.debug=false log4j.rootLogger=INFO, Console, file log4j.appender.Console=org.apache.log4j.ConsoleAppender log4j.appender.Console.layout=org.apache.log4j.PatternLayout # log4j.appender.Console.layout.ConversionPattern=%t %c#%M %p %m%n log4j.appender.Console.