loglevelloglevel
Gets and Sets Kernel Logging Levels
Home > Books > NetKernel API and Services Reference > Accessor Listing > Kernel Management and Development APIs > loglevel

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn:org:ten60:netkernel:ext:kernel

The loglevel accessor is exported by the urn:org:ten60:netkernel:ext:kernel module. Import this module to gain access to the accessor.

Syntax

URI
active:loglevel

ArgumentRulesDescription
operatorMandatory a document containing either the path /loglevel/get or /loglevel/set
operandOptional if setting the operand should contain all the logging levels to be set

Example Usage

DPML

<instr>
  <type>loglevel</type>
  <operator>
    <loglevel>
      <set />
    </loglevel>
  </operator>
  <operand>
    <loglevels>
      <fine />
      <info />
      <warning />
      <severe />
      <application />
      <container />
      <cache />
    </loglevels>
  </operand>
</instr>

NetKernel Foundation API

req=context.createSubRequest("active:loglevel");
req.addArgument("operator", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req);

Purpose

Gets or Sets the logging level of the Kernel logger.
© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.