⚠ Preview docs — built from the develop branch and may be unstable. Go to the stable docs.

Log.Warn

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 guidance on color tags.

Examples

Log.Warn($"Warning! <~ylw>{Time.Total:0.0}s<~clr> have elapsed since StereoKit start!");




Found an issue with these docs, or have some additional questions? Create an Issue on Github!