Log System Integration
Utils.CreateLog = function(log)
if config.debug then
print('[LOG]', log)
else
exports['your_logger']:AddLog(log)
end
endLast updated
Utils.CreateLog = function(log)
if config.debug then
print('[LOG]', log)
else
exports['your_logger']:AddLog(log)
end
endLast updated