WOWCube Docs logo
WOWCube Docs
Mission Control
Section Shortcuts
APIExamplesSourceWOWConnectChangelog
Filters
SDK and language defaults persist in cookies.
SDK version
Navigation Tree
Collapsed by default, focused on the active path.
Made byMcKay Seamons
GitHub
  1. Home
  2. Docs
  3. WOWConnect
  4. WOWConnect Enumerated Types
Mission Node

WOWConnect Enumerated Types

WOWConnect Enumerated Types Cubios.WOWConnect.LogLevel Summary Enumeration of an library log leves. Synopsis public enum LogLevel { Info=0, Error=1 }

WOWConnect

WOWConnect Enumerated Types

Cubios.WOWConnect.LogLevel

Summary

Enumeration of an library log leves.

Synopsis

WOWConnect Enumerated Types
PAWN
1public enum LogLevel
2{
3 Info=0,
4 Error=1
5}
6
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

Jump Grid

On This Page

Cubios.WOWConnect.LogLevel
Context Rail

Related nodes

WOWCube SDK Examples
WOWConnect
Cubios.WOWConnect.Bluetooth
WOWConnect
Cubios.WOWConnect.UPNPDeviceInformation
WOWConnect
Cubios.WOWConnect.WOWCubeDevice
WOWConnect
Previous Node
Cubios.WOWConnect.Bluetooth
WOWConnect
Next Node
Cubios.WOWConnect.UPNPDeviceInformation
WOWConnect