LogLevel

ログのレベル一覧。

Entries

Link copied to clipboard

ログを出力しません。

Link copied to clipboard

デフォルト値。異常に関する情報を出力します。このエラーが発生したメソッドからは無効値が返されます。

Link copied to clipboard

SDK内部で発生した一時的なエラーに関する情報を出力します。

Link copied to clipboard

SDK が提供しているメソッドの呼び出しに関する情報を出力します。

Link copied to clipboard

イベントの発火やリクエスト・レスポンスに関する情報など、デバッグ時に参考となる情報を出力します。

Link copied to clipboard

メモリの破棄など、最も詳細なログを出力します。

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.