|
| 1 | +<?xml version="1.0" encoding="UTF-8" ?> |
| 2 | +<class name="_NetfoxLogger" inherits="RefCounted" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/godotengine/godot/master/doc/class.xsd"> |
| 3 | + <brief_description> |
| 4 | + </brief_description> |
| 5 | + <description> |
| 6 | + </description> |
| 7 | + <tutorials> |
| 8 | + </tutorials> |
| 9 | + <methods> |
| 10 | + <method name="debug"> |
| 11 | + <return type="void" /> |
| 12 | + <param index="0" name="text" type="String" /> |
| 13 | + <param index="1" name="values" type="Array" /> |
| 14 | + <description> |
| 15 | + </description> |
| 16 | + </method> |
| 17 | + <method name="error"> |
| 18 | + <return type="void" /> |
| 19 | + <param index="0" name="text" type="String" /> |
| 20 | + <param index="1" name="values" type="Array" /> |
| 21 | + <description> |
| 22 | + </description> |
| 23 | + </method> |
| 24 | + <method name="for_extras" qualifiers="static"> |
| 25 | + <return type="_NetfoxLogger" /> |
| 26 | + <param index="0" name="p_name" type="String" /> |
| 27 | + <description> |
| 28 | + </description> |
| 29 | + </method> |
| 30 | + <method name="for_netfox" qualifiers="static"> |
| 31 | + <return type="_NetfoxLogger" /> |
| 32 | + <param index="0" name="p_name" type="String" /> |
| 33 | + <description> |
| 34 | + </description> |
| 35 | + </method> |
| 36 | + <method name="for_noray" qualifiers="static"> |
| 37 | + <return type="_NetfoxLogger" /> |
| 38 | + <param index="0" name="p_name" type="String" /> |
| 39 | + <description> |
| 40 | + </description> |
| 41 | + </method> |
| 42 | + <method name="free_tag" qualifiers="static"> |
| 43 | + <return type="void" /> |
| 44 | + <param index="0" name="tag" type="Callable" /> |
| 45 | + <description> |
| 46 | + </description> |
| 47 | + </method> |
| 48 | + <method name="info"> |
| 49 | + <return type="void" /> |
| 50 | + <param index="0" name="text" type="String" /> |
| 51 | + <param index="1" name="values" type="Array" /> |
| 52 | + <description> |
| 53 | + </description> |
| 54 | + </method> |
| 55 | + <method name="make_setting" qualifiers="static"> |
| 56 | + <return type="Dictionary" /> |
| 57 | + <param index="0" name="name" type="String" /> |
| 58 | + <description> |
| 59 | + </description> |
| 60 | + </method> |
| 61 | + <method name="new_" qualifiers="static"> |
| 62 | + <return type="_NetfoxLogger" /> |
| 63 | + <param index="0" name="p_module" type="String" /> |
| 64 | + <param index="1" name="p_name" type="String" /> |
| 65 | + <description> |
| 66 | + </description> |
| 67 | + </method> |
| 68 | + <method name="register_tag" qualifiers="static"> |
| 69 | + <return type="void" /> |
| 70 | + <param index="0" name="tag" type="Callable" /> |
| 71 | + <param index="1" name="priority" type="int" /> |
| 72 | + <description> |
| 73 | + </description> |
| 74 | + </method> |
| 75 | + <method name="trace"> |
| 76 | + <return type="void" /> |
| 77 | + <param index="0" name="text" type="String" /> |
| 78 | + <param index="1" name="values" type="Array" /> |
| 79 | + <description> |
| 80 | + </description> |
| 81 | + </method> |
| 82 | + <method name="warning"> |
| 83 | + <return type="void" /> |
| 84 | + <param index="0" name="text" type="String" /> |
| 85 | + <param index="1" name="values" type="Array" /> |
| 86 | + <description> |
| 87 | + </description> |
| 88 | + </method> |
| 89 | + </methods> |
| 90 | + <members> |
| 91 | + <member name="log_level" type="int" setter="set_log_level" getter="get_log_level" enum="_NetfoxLogger.LogLevel" default="2"> |
| 92 | + </member> |
| 93 | + <member name="module_log_level" type="Dictionary" setter="set_module_log_level" getter="get_module_log_level" default="{ "netfox": 2, "netfox.extras": 2, "netfox.noray": 2 }"> |
| 94 | + </member> |
| 95 | + </members> |
| 96 | + <constants> |
| 97 | + <constant name="LOG_MIN" value="0" enum="LogLevel"> |
| 98 | + </constant> |
| 99 | + <constant name="LOG_TRACE" value="1" enum="LogLevel"> |
| 100 | + </constant> |
| 101 | + <constant name="LOG_DEBUG" value="2" enum="LogLevel"> |
| 102 | + </constant> |
| 103 | + <constant name="LOG_INFO" value="3" enum="LogLevel"> |
| 104 | + </constant> |
| 105 | + <constant name="LOG_WARN" value="4" enum="LogLevel"> |
| 106 | + </constant> |
| 107 | + <constant name="LOG_ERROR" value="5" enum="LogLevel"> |
| 108 | + </constant> |
| 109 | + <constant name="LOG_MAX" value="6" enum="LogLevel"> |
| 110 | + </constant> |
| 111 | + </constants> |
| 112 | +</class> |
0 commit comments