Jaxer.Log.CoreAppender : Object
Return to: Jaxer Framework index

Appends log messages to the same file as the Jaxer core.

Platform Support

Jaxer Server FrameworkJaxer Client Framework
1.0no

Constructors

ConstructorActionJaxer Server FrameworkJaxer Client Framework
Jaxer.Log.CoreAppender Constructor(String name, Jaxer.Log.Level level, Object coreTraceMethods, Function coreTraceBefore, Function coreTraceAfter) : Jaxer.Log.CoreAppender
Create an instance of the Core appender -- appends log messages to the same file as the Jaxer core

(Advanced)
Show Details1.0no

Jaxer.Log.CoreAppender(String name, Jaxer.Log.Level level, Object coreTraceMethods, Function coreTraceBefore, Function coreTraceAfter) : Jaxer.Log.CoreAppender

Create an instance of the Core appender -- appends log messages to the same file as the Jaxer core

(Advanced)

Parameters
StringnameThe name to use to identify this appender
Jaxer.Log.LevellevelThe level to start this appender at -- messages below this will not be appended
ObjectcoreTraceMethodsThe hashtable of core trace methods that this should invoke
FunctioncoreTraceBeforeThe core function to call before calling any core method -- it will turn on logging regardless of the core's settings
FunctioncoreTraceAfterThe core function to call after calling any core method -- it will restore using the core's log settings

Returns
Jaxer.Log.CoreAppenderReturns an instance of CoreAppender.

Visibility
advanced
aptana_docs