Core
NebulaLog
Thin logging wrapper so every Nebula line is greppable by prefix in headless logs.
generated from the sources
Static class in namespace
Nebula · Packages/com.1by3.nebula/Runtime/Core/NebulaLog.cspublic static class NebulaLogThin logging wrapper so every Nebula line is greppable by prefix in headless logs.
Fields
Prefix
public static string Prefix = "[nebula]";Verbose
public static bool Verbose;Methods
Info
public static void Info(string message);Warn
public static void Warn(string message);Error
public static void Error(string message);Debugf
public static void Debugf(string message);