Functions.lua

Function Summary

error(msg)
A basic error handler that outputs debugging information to the developer console.
print(...)
Prints to the developer console.

Functions

error(msg)

A basic error handler that outputs debugging information to the developer console. This replaces the default error handler, which loads a Blizzard addon that is broken by BlankSlate. BlankSlate-aware error handling addons should OptDep BlankSlate and use seterrorhandler() to override this.

Parameters

print(...)

Prints to the developer console. This replaces WoW's default print handler, which outputs to a chat frame that is removed by BlankSlate.

Parameters