public class DebugCategory {
public int threshold ;
public uint color ;
public weak string name ;
public weak string description ;
public uint get_color ( ) ;
public weak string get_description ( ) ;
public weak string get_name ( ) ;
public DebugLevel get_threshold ( ) ;
public void reset_threshold ( ) ;
public void set_threshold ( DebugLevel level ) ;
}

public int threshold ;
public uint color ;
public weak string name ;
public weak string description ;
public uint get_color ( ) ;
public weak string get_description ( ) ;
public weak string get_name ( ) ;
public DebugLevel get_threshold ( ) ;
public void reset_threshold ( ) ;
public void set_threshold ( DebugLevel level ) ;
Created by Valadoc