Show / Hide Table of Contents

Enum TweenLogLevel

Log level. Only messages with an equal or higher log level than the current log level will be logged to the console.

Namespace: Sttz.Tweener
Assembly: cs.temp.dll.dll
Syntax
public enum TweenLogLevel

Fields

Name Description
Debug

Log debug messages, warnings and errors.

Error

Only log errors.

Silent

Don't log anything (not recommended).

Undefined

Undefined log level. The parent scope's log level is used in this case.

Warning

Log warnings and errors.

Back to top © 2018 Adrian Stutz