HGamer3D-CEGUI-Binding-0.1.9: Windows Game Engine for the Haskell Programmer - CEGUI Bindings

Safe HaskellNone

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).