mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-10 10:00:06 +01:00
90 lines
2.4 KiB
XML
90 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="LoggerBackend" inherits="Reference">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="_log_custom" qualifiers="virtual">
|
|
<return type="void" />
|
|
<argument index="0" name="category" type="StringName" />
|
|
<argument index="1" name="level" type="int" />
|
|
<argument index="2" name="str" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="_log_error" qualifiers="virtual">
|
|
<return type="void" />
|
|
<argument index="0" name="str" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="_log_important" qualifiers="virtual">
|
|
<return type="void" />
|
|
<argument index="0" name="str" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="_log_message" qualifiers="virtual">
|
|
<return type="void" />
|
|
<argument index="0" name="str" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="_log_trace" qualifiers="virtual">
|
|
<return type="void" />
|
|
<argument index="0" name="str" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="_log_warning" qualifiers="virtual">
|
|
<return type="void" />
|
|
<argument index="0" name="str" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="log_custom">
|
|
<return type="void" />
|
|
<argument index="0" name="category" type="StringName" />
|
|
<argument index="1" name="level" type="int" />
|
|
<argument index="2" name="str" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="log_error">
|
|
<return type="void" />
|
|
<argument index="0" name="str" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="log_important">
|
|
<return type="void" />
|
|
<argument index="0" name="str" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="log_message">
|
|
<return type="void" />
|
|
<argument index="0" name="str" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="log_trace">
|
|
<return type="void" />
|
|
<argument index="0" name="str" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="log_warning">
|
|
<return type="void" />
|
|
<argument index="0" name="str" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|