Log.Warn
static void Warn(string text, Object[] items)
Writes a formatted line to the log using a LogLevel.Warn severity level!
string text | Formatted text with color tags! See the Log class docs for for guidance on color tags. |
Object[] items | Format arguments. |
static void Warn(string text)
Writes a formatted line to the log using a LogLevel.Warn severity level!
string text | Formatted text with color tags! See the Log class docs for for guidance on color tags. |
Examples
Log.Warn("Warning! <~ylw>{0:0.0}s<~clr> have elapsed since StereoKit start!", Time.Total);
Found an issue with these docs, or have some additional questions? Create an Issue on Github!