summaryrefslogtreecommitdiff
path: root/Data/BuiltIn/Libraries/lua-addons/addons/libs/logger.xml
blob: b9c3c9b935ff716f33eb59f0979476baf964e9ed (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.1" ?>
<settings>
    <global>
        <logtofile>false</logtofile>        <!-- Set to true to output logging to a file. -->
        <defaultfile>lua.log</defaultfile>    <!-- Default file to log to, if logging to file. -->
        <logcolor>207</logcolor>            <!-- Regular logging color. -->
        <errorcolor>167</errorcolor>        <!-- Error logging color. -->
        <warningcolor>200</warningcolor>    <!-- Warning logging color. -->
        <noticecolor>160</noticecolor>        <!-- Notice logging color. -->
    </global>
</settings>