JP6194641B2 - 情報処理装置及びプログラム - Google Patents
情報処理装置及びプログラム Download PDFInfo
- Publication number
- JP6194641B2 JP6194641B2 JP2013115872A JP2013115872A JP6194641B2 JP 6194641 B2 JP6194641 B2 JP 6194641B2 JP 2013115872 A JP2013115872 A JP 2013115872A JP 2013115872 A JP2013115872 A JP 2013115872A JP 6194641 B2 JP6194641 B2 JP 6194641B2
- Authority
- JP
- Japan
- Prior art keywords
- add
- output
- information
- output destination
- log
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 230000010365 information processing Effects 0.000 title claims description 24
- 238000012545 processing Methods 0.000 claims description 68
- 238000000034 method Methods 0.000 claims description 59
- 238000010586 diagram Methods 0.000 description 8
- 239000000284 extract Substances 0.000 description 3
- 238000004891 communication Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 230000007257 malfunction Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
Images
Landscapes
- Debugging And Monitoring (AREA)
Description
図1は、本実施形態にかかる情報処理装置1のソフトウェア構成を示す図である。図1に示されるように、情報処理装置1は、アプリケーション(実行ファイルEXE)10、アドイン(拡張機能DLL)20、定義情報30、出力先40を有する。
図2は、本実施形態にかかる情報処理装置1の機能ブロックを示す図である。図2に示されるように、情報処理装置1は、主に、記憶部100、取得部101、出力部102を有する。なお、図2において、図1と重複するブロックについては同一番号を付してある。
図3は、本実施形態にかかる定義情報例を示す図である。定義情報30は、ログ情報を出力すべき出力先40を決定する際に参照される定義の情報である。本実施形態にかかる定義情報30は、(a)出力先定義情報、(b)出力先有効情報を含む。
図4は、本実施形態にかかる情報処理装置1のハードウェア構成例を示す図である。図3に示されるように、情報処理装置1は、CPU11と、ROM12と、RAM13と、HDD(Hard Disk Drive)/SSD(Solid State Drive)14と、NIC(Network Interface Card)15と、ディスプレイ16と、キーボード17と、マウス18と、バス19を有する。
図5は、本実施形態にかかるログ情報出力処理を示すフローチャートである。ここで、ログ情報出力処理について説明を行うにあたり、以下の前提を想定する。
例えば、アドインA21から、アドインA21が生成したログ情報と、処理αという種類の業務処理に対応する「処理グループ」αとを取得した場合について説明する。
今度は、例えば、アドインB22から、アドインB22が生成したログ情報と、処理βという種類の業務処理に対応する「処理グループ」βとを取得した場合について説明する。
今度は、例えば、アドインC23から、アドインC23が生成したログ情報と、処理α及び処理βという2種類の業務処理に対応する「処理グループ」α及びβとを取得した場合について説明する。
図6は、本実施形態にかかる出力先へのログ情報出力例を示す図である。具体的には、上述の例1〜3により、アドインA21、アドインB22、アドインC23からのログ情報が定義情報30に従って出力された様子を示す。ここで特に、出力先W41及び出力先X42には、何れもアドインC23のログ情報が出力(格納)されていることが分かる。
10 アプリケーション
11 CPU
12 ROM
13 RAM
14 HDD/SSD
15 NIC
16 ディスプレイ
17 キーボード
18 マウス
19 バス
20 アドイン
30 定義情報
40 出力先
100 記憶部
101 取得部
102 出力部
Claims (3)
- アプリケーションプログラムに、複数のアドインプログラムが追加された情報処理装置であって、
アドインプログラムが実行する処理の種類に応じて付与される識別子毎に、ログ情報の出力先を対応付けた定義情報を記憶した記憶手段と、
前記複数のアドインプログラムから、各アドインプログラムのログ情報と、該アドインプログラムが実行する処理の種類を示す識別子とを取得する取得手段と、
前記取得手段により前記ログ情報と前記識別子とが取得されると、前記定義情報に基づいて、該ログ情報を、該識別子に対応する出力先に出力する出力手段と、
を有し、
第1のアドインプログラムは、第1種類の処理を実行し、
第2のアドインプログラムは、前記第1種類の処理と、第2種類の処理とを実行し、
前記取得手段は、前記第2のアドインプログラムから、該第2のアドインプログラムのログ情報と、前記第1種類を示す第1識別子と、前記第2種類を示す第2識別子とを取得し、
前記出力手段は、前記取得手段により前記ログ情報と前記第1識別子と前記第2識別子とが取得されると、前記定義情報に基づいて、該ログ情報を、該第1識別子と該第2識別子とに対応する出力先に出力することを特徴とする情報処理装置。 - 前記記憶手段は、前記識別子毎に加え、さらにキーワード毎に、ログ情報の出力先を対応付けた前記定義情報を記憶し、
前記出力手段は、前記定義情報に基づいて、該ログ情報を、前記キーワードに対応する出力先に出力すること、
を特徴とする請求項1に記載の情報処理装置。 - アプリケーションプログラムに、複数のアドインプログラムが追加されたコンピュータに、
アドインプログラムが実行する処理の種類に応じて付与される識別子毎に、ログ情報の出力先を対応付けた定義情報を記憶した記憶手段と、
前記複数のアドインプログラムから、各アドインプログラムのログ情報と、該アドインプログラムが実行する処理の種類を示す識別子とを取得する取得手段と、
前記取得手段により前記ログ情報と前記識別子とが取得されると、前記定義情報に基づいて、該ログ情報を、該識別子に対応する出力先に出力する出力手段として機能させ、
第1のアドインプログラムは、第1種類の処理を実行し、
第2のアドインプログラムは、前記第1種類の処理と、第2種類の処理とを実行し、
前記取得手段は、前記第2のアドインプログラムから、該第2のアドインプログラムのログ情報と、前記第1種類を示す第1識別子と、前記第2種類を示す第2識別子とを取得し、
前記出力手段は、前記取得手段により前記ログ情報と前記第1識別子と前記第2識別子とが取得されると、前記定義情報に基づいて、該ログ情報を、該第1識別子と該第2識別子とに対応する出力先に出力するように機能させるためのプログラム。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2013115872A JP6194641B2 (ja) | 2013-05-31 | 2013-05-31 | 情報処理装置及びプログラム |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2013115872A JP6194641B2 (ja) | 2013-05-31 | 2013-05-31 | 情報処理装置及びプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2014235518A JP2014235518A (ja) | 2014-12-15 |
JP6194641B2 true JP6194641B2 (ja) | 2017-09-13 |
Family
ID=52138194
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013115872A Active JP6194641B2 (ja) | 2013-05-31 | 2013-05-31 | 情報処理装置及びプログラム |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6194641B2 (ja) |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4737624B2 (ja) * | 2006-03-06 | 2011-08-03 | 株式会社日立ソリューションズ | アプリケーションの障害原因の特定作業支援システム |
JP5065173B2 (ja) * | 2008-06-19 | 2012-10-31 | 株式会社リコー | 画像形成装置、ログ制御方法及びプログラム |
JP2010009555A (ja) * | 2008-06-30 | 2010-01-14 | Toshiba Corp | 情報処理装置及びプログラム |
JP5395834B2 (ja) * | 2011-03-16 | 2014-01-22 | 株式会社東芝 | 映像収録再生装置及び動作履歴ログ管理方法 |
JP5340507B2 (ja) * | 2011-07-14 | 2013-11-13 | 三菱電機株式会社 | ジャーナル管理システム |
-
2013
- 2013-05-31 JP JP2013115872A patent/JP6194641B2/ja active Active
Also Published As
Publication number | Publication date |
---|---|
JP2014235518A (ja) | 2014-12-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP2808790B1 (en) | Migration assessment for cloud computing platforms | |
US9298588B2 (en) | Tracing system for application and module tracing | |
CN113238850B (zh) | 基于浏览器的rpa实现方法、装置、设备及介质 | |
US11216342B2 (en) | Methods for improved auditing of web sites and devices thereof | |
TWI479341B (zh) | 資訊系統中轉換資料之高處理能力,可靠複寫 | |
US9311213B2 (en) | Module database with tracing options | |
US9229758B2 (en) | Passive monitoring of virtual systems using extensible indexing | |
JP5903822B2 (ja) | 設定制御装置、設定制御方法および設定制御プログラム | |
US20110161840A1 (en) | Performance of template based javascript widgets | |
US11372626B2 (en) | Method and system for packaging infrastructure as code | |
US20220244938A1 (en) | Method and system for code maintenance | |
Srinivasa et al. | Guide to high performance distributed computing | |
US20170329969A1 (en) | Information processing device and computer program product | |
JP2009199321A (ja) | 関連性検査装置、関連性検査方法、及び関連性検査プログラム | |
EP3745259B1 (en) | Method and electronic generation device for generating at least one configuration file for an automation tool, related computer program | |
US11803429B2 (en) | Managing alert messages for applications and access permissions | |
US8392469B2 (en) | Model based distributed application management | |
JP7294441B2 (ja) | 評価装置、評価システム、評価方法及びプログラム | |
EP3060985B1 (en) | Methods and systems for automatic configuration of algorithms in a system based on self aware algorithms | |
JP6194641B2 (ja) | 情報処理装置及びプログラム | |
EP4030280A1 (en) | Seamless lifecycle stability for extensible software features | |
US20090313628A1 (en) | Dynamically batching remote object model commands | |
EP3042314B1 (en) | Module specific tracing in a shared module environment | |
US11989541B2 (en) | Deployment migration tool with decoding capabilities | |
US11960560B1 (en) | Methods for analyzing recurring accessibility issues with dynamic web site behavior and devices thereof |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20160414 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20170228 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20170307 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20170427 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20170718 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20170731 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6194641 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |