sk::rt::logger::Level Class Reference

#include <Level.h>

Inheritance diagram for sk::rt::logger::Level:

sk::util::Object

List of all members.

Public Member Functions

virtual ~Level ()
int toInt () const
const sk::util::StringgetName () const
const sk::util::Class getClass () const
 Returns the object's class.
const sk::util::String toString () const
 Returns a string representation of the object. By default, it returns the object's class and the objects's id.
bool operator== (const Level &other) const
virtual Object & self ()
 Returns a reference to itself.
virtual const Object & self () const
Object * clone () const
 Instantiates another object of the same class as a copy of itself.
virtual uint64_t getId () const
 Returns a unique object id.
virtual const String inspect () const
 Returns a string containing human-readable representation of the object.

Static Public Member Functions

static const LevelvalueOf (const sk::util::String &name)

Static Public Attributes

static const Level SK_L_NONE
static const Level SK_L_ERROR
static const Level SK_L_STAT
static const Level SK_L_WARNING
static const Level SK_L_INFO
static const Level SK_L_NOTICE
static const Level SK_L_DETAIL
static const Level SK_L_DEBUG


Constructor & Destructor Documentation

virtual sk::rt::logger::Level::~Level (  )  [virtual]


Member Function Documentation

Object* sk::util::Object::clone (  )  const [inherited]

Instantiates another object of the same class as a copy of itself.

Reimplemented in sk::rt::logger::Destination, and sk::util::String.

const sk::util::Class sk::rt::logger::Level::getClass (  )  const [virtual]

Returns the object's class.

Reimplemented from sk::util::Object.

virtual uint64_t sk::util::Object::getId (  )  const [virtual, inherited]

Returns a unique object id.

Reimplemented in sk::rt::Thread.

const sk::util::String& sk::rt::logger::Level::getName (  )  const

virtual const String sk::util::Object::inspect (  )  const [virtual, inherited]

bool sk::rt::logger::Level::operator== ( const Level other  )  const

virtual const Object& sk::util::Object::self (  )  const [virtual, inherited]

Reimplemented in sk::util::String.

virtual Object& sk::util::Object::self (  )  [virtual, inherited]

Returns a reference to itself.

Reimplemented in sk::util::String.

int sk::rt::logger::Level::toInt (  )  const

const sk::util::String sk::rt::logger::Level::toString (  )  const [virtual]

Returns a string representation of the object. By default, it returns the object's class and the objects's id.

Reimplemented from sk::util::Object.

static const Level& sk::rt::logger::Level::valueOf ( const sk::util::String name  )  [static]


Member Data Documentation


The documentation for this class was generated from the following file:

Generated on Tue Mar 3 12:36:09 2009 for stemkit-cpp by  doxygen 1.5.8