Ultimate Pooling Scripting Reference
| LogLevel Enumeration |
The amount of detail to include in logged messages.
Namespace: UltimatePooling
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic enum LogLevel
UltimatePooling.LogLevel = function(); UltimatePooling.LogLevel.createEnum('UltimatePooling.LogLevel', false);
Members| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Dont log anything to the console. | |
| Error | 1 | Only log error messages to the console. | |
| Warning | 2 | Log errors and warnings to the console. | |
| Message | 3 | Log all message types to the console, including errors and warnings. |
See Also