LogLevel Enumeration

Ultimate Pooling

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
Syntax
public enum LogLevel
UltimatePooling.LogLevel = function();
UltimatePooling.LogLevel.createEnum('UltimatePooling.LogLevel', false);
Members
  Member nameValueDescription
None0 Dont log anything to the console.
Error1 Only log error messages to the console.
Warning2 Log errors and warnings to the console.
Message3 Log all message types to the console, including errors and warnings.
See Also