descore ~master (2015-04-21T20:17:28Z)
Dub
Repo
InstanceFullLogger
des
util
logsys
logcls
logger for class instances with extended emitter name
class
InstanceFullLogger :
InstanceLogger
{
this
(
Object
obj
,
string
inst
=
""
)
;
this
(
string
obj
,
string
inst
=
""
)
;
string
getEmitterName
(
string
name
)
;
}
Constructors
this
this
(
Object
obj
,
string
inst
=
""
)
this
this
(
string
obj
,
string
inst
=
""
)
Members
Functions
getEmitterName
string
getEmitterName
(
string
name
)
Inherited Members
From InstanceLogger
class_name
string
class_name
;
inst_name
string
inst_name
;
instance
string
instance
[@property setter]
instance
string
instance
[@property getter]
getEmitterName
string
getEmitterName
(
string
name
)
Meta
Source
See Implementation
des
util
logsys
logcls
classes
InstanceFullLogger
InstanceLogger
Logger
logger for class instances with extended emitter name