| Package | org.as3commons.logging.setup.target |
| Interface | public interface IAsyncLogTarget extends ILogTarget |
| Implementors | BufferTarget, ConditionalBuffer, FrameBufferTarget |
| Since : | 2.5 |
To preserve the variables passed in to the log statement asynchronous
loggers need to clone instances to store the log statements. They use
for this the clone method.
See also
| Property | Defined By | ||
|---|---|---|---|
| introspectDepth : uint [write-only]
Asynchronous targets need to introspect variables to store them,
for that the introspection depth defines how deep the variables should
be serialized. | IAsyncLogTarget | ||
| introspectDepth | property |
introspectDepth:uint [write-only] Asynchronous targets need to introspect variables to store them, for that the introspection depth defines how deep the variables should be serialized. (default=uint.MAX_VALUE)
public function set introspectDepth(value:uint):void