Classes | |
class | Wrench.Log |
This class handles logging messages. When a message occurs, it fires an event so a specific application can handle them how it wishes. All logging can also be disabled with Wrench.Log.Active. More... | |
Namespaces | |
Wrench | |
The Wrench Framework contains the Nitro scripting engine and compiler and also provides some generic markup language parsing as well as other shared features. This framework is shared by PowerUI and SoundStudio's KSA Player. | |
Constant Groups | |
Wrench | |
The Wrench Framework contains the Nitro scripting engine and compiler and also provides some generic markup language parsing as well as other shared features. This framework is shared by PowerUI and SoundStudio's KSA Player. | |
Functions | |
delegate void | Wrench.OnLogEvent (string text) |
The delegate used when Wrench logs an event. It's used by Wrench.Log.Onlog. More... | |