- Source:
Methods: 概要 | ||
---|---|---|
configure | h5.settings.logにあるログ設定を適用します。 | |
createLogger | ロガーを作成します。 | |
Methods
(static) configure()
h5.settings.logにあるログ設定を適用します。
- Source:
(static) createLogger(categoryopt) → {Log}
ロガーを作成します。
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
category |
String |
<optional> |
null | カテゴリ. |
Returns:
Type | Description |
---|---|
Log | ロガー. |
- Source:
- See: