MCPcopy Create free account
hub / github.com/TanTanDev/runity / Logging

Method Logging

unity/Runity/Logging.cs:8–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 public class Logging {
7 private DLog m_cbLog;
8 public Logging() {
9 m_cbLog = CallbackLog;
10 bind_log_callback(m_cbLog);
11 }
12
13 public void CallbackLog(LogMessage a_message) {
14 switch(a_message.level) {

Callers

nothing calls this directly

Calls 1

bind_log_callbackFunction · 0.85

Tested by

no test coverage detected