The Fastest Way to Store / Retrieve a Global Variable
I’m working on a logging / debugging utility in my spare time that allows a developer to set the logging level. Currently I’m using conditional compilation to completely remove all logging code as this was the fastest way I could think of to do it. After talking it over with Tom Kyte, he [...]