Class Utility.Logger
java.lang.Object
com.infoteria.asteria.flowlibrary2.component.Utility.Logger
- All Implemented Interfaces:
com.infoteria.asteria.httpclient.HttpLogger
- Enclosing class:
Utility
public static class Utility.Logger
extends Object
implements com.infoteria.asteria.httpclient.HttpLogger
HttpLoggerを継承したロガークラスです。HttpClient.execute(com.infoteria.asteria.httpclient.HttpRequest, HttpLogger) の第二引数に渡すことができます。-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Logger
コンストラクター- Parameters:
context- 実行コンテキスト
-
-
Method Details
-
info
情報レベルでログを出力します。- Specified by:
infoin interfacecom.infoteria.asteria.httpclient.HttpLogger- Parameters:
str- ログメッセージ
-
error
エラーレベルでログを出力します。- Specified by:
errorin interfacecom.infoteria.asteria.httpclient.HttpLogger- Parameters:
str- ログメッセージ
-
debug
デバッグレベルでログを出力します。
フローをデバッグモードで実行した時に情報レベルでログ出力されます。- Specified by:
debugin interfacecom.infoteria.asteria.httpclient.HttpLogger- Parameters:
str- ログメッセージ
-