home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Esportes
/
CrossingCup.swf
/
scripts
/
__Packages
/
com
/
bourre
/
log
/
BasicStringifier.as
next >
Wrap
Text File
|
2007-12-11
|
411b
|
15 lines
class com.bourre.log.BasicStringifier implements com.bourre.log.Stringifier
{
function BasicStringifier()
{
}
function stringify(target)
{
return "\'" + com.bourre.utils.ClassUtils.getFullyQualifiedClassName(target) + com.bourre.core.HashCodeFactory.getKey(target) + "\'";
}
function toString()
{
return com.bourre.log.PixlibStringifier.stringify(this);
}
}