Packagejp.progression.core.debug
Classpublic final class VerboseType
InheritanceVerboseType Inheritance Object

VerboseType クラスは、Verbose.type プロパティの値を提供します。 VerboseType クラスを直接インスタンス化することはできません。 new VerboseType() コンストラクタを呼び出すと、ArgumentError 例外がスローされます。

View the examples



Public Constants
 ConstantDefined By
  FULL : String = full
[static] ログの出力を全ての項目に対して行うよう指定します。
VerboseType
  NONE : String = none
[static] ログの出力を行わないよう指定します。
VerboseType
  SIMPLE : String = simple
[static] ログの出力を基本的な項目のみ行うよう指定します。
VerboseType
Constant Detail
FULLConstant
public static const FULL:String = full

ログの出力を全ての項目に対して行うよう指定します。

NONEConstant 
public static const NONE:String = none

ログの出力を行わないよう指定します。

SIMPLEConstant 
public static const SIMPLE:String = simple

ログの出力を基本的な項目のみ行うよう指定します。

Examples