概要 †
alertアペンダの名前、表示フォーマットなどを定義します。
・Layoutが定義されていない場合、SimpleLayoutと設定します。
- スクリーンショット
- タグの記述例
1
<alertAppender name="alert"/>
alertAppender †
- 属性一覧
属性名 | 概要 | 必須 | 形式 | デフォルト値 |
name | alertアペンダの名前 | ○ | string |
- 子要素一覧
要素名 | 概要 | 繰り返し |
nullLayout | 出力フォーマット、詳細内容はnullLayoutタグに記述します。 | 0..1 |
simpleLayout | 出力フォーマット、詳細内容はsimpleLayoutタグに記述します。 | 0..1 |
xmlLayout | 出力フォーマット、詳細内容はxmlLayoutタグに記述します。 | 0..1 |
jsonLayout | 出力フォーマット、詳細内容はjsonLayoutタグに記述します。 | 0..1 |
httpPostDataLayout | 出力フォーマット、詳細内容はhttpPostDataLayoutタグに記述します。 | 0..1 |
patternLayout | 出力フォーマット、詳細内容はpatternLayoutタグに記述します。 | 0..1 |