Browse Subversion Repository
Diff of /jdbcdebugger/trunk/src/jp/co/powerbeans/jdbcdebug/notify/FileOutputNotify.java
Parent Directory
| Revision Log
| Patch
| 21 |
|
|
| 22 |
public class FileOutputNotify extends JDBCEventNotifyBase { |
public class FileOutputNotify extends JDBCEventNotifyBase { |
| 23 |
|
|
| 24 |
/** ファイル名日付フォーマット */ |
// /** ファイル名日付フォーマット */ |
| 25 |
private static SimpleDateFormat df_file = |
// private static SimpleDateFormat df_file = |
| 26 |
new SimpleDateFormat("yyyyMMdd_HHmmss"); |
// new SimpleDateFormat("yyyyMMdd_HHmmss"); |
| 27 |
|
|
| 28 |
/** 出力先 */ |
/** 出力先 */ |
| 29 |
// private static final String path; |
// private static final String path; |
|
|
Legend:
| Removed from v.33 |
|
| changed lines |
| |
Added in v.34 |
|
|
|