Inheritance diagram for ILevel:
Public Types | |
enum | Level { Trace = 0, Info, Warn, Error, Fatal, None } |
|
These represent the standard LOG4J event levels. Note that Debug is called Trace here, because debug is a reserved word in D (this needs to be fixed!). Definition at line 52 of file ILevel.d. Referenced by CacheServer::LoaderThread::load(), TaskServer::TaskConsumer::notify(), CacheInvalidatee::notify(), Hierarchy::propogate(), ClusterThread::run(), ClusterQueue::run(), and PropertyConfigurator::this(). |