SkineticSDK::Skinetic::LogLevel
Enum Level of logs.
Inherits from Enum
Public Attributes
Name | |
---|---|
int | Trace |
int | Debug |
int | Info |
int | Warn |
int | Err |
int | Critical |
int | Off |
Public Attributes Documentation
variable Trace
static int Trace;
variable Debug
static int Debug;
variable Info
static int Info;
variable Warn
static int Warn;
variable Err
static int Err;
variable Critical
static int Critical;
variable Off
static int Off;
Updated on 2024-05-25 at 22:32:47 +0200