| Safe Haskell | None |
|---|
HGamer3D.Bindings.CEGUI.EnumLoggingLevel
Documentation
data EnumLoggingLevel Source
Constructors
| LoggingLevelErrors | Only actual error conditions will be logged. |
| LoggingLevelWarnings | Warnings will be logged as well. |
| LoggingLevelStandard | Basic events will be logged (default level). |
| LoggingLevelInformative | Useful tracing (object creations etc) information will be logged. |
| LoggingLevelInsane | Mostly everything gets logged (use for heavy tracing only, log WILL be big). |
Instances