Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.opencms.boot
Interface I_CmsLogChannels  view I_CmsLogChannels download I_CmsLogChannels.java

All Known Implementing Classes:
CmsBase

public interface I_CmsLogChannels

Common interface for OpenCms logging, constants used for logging purposes are defined here.

Version:
$Revision: 1.11 $ $Date: 2002/10/30 10:01:12 $

Field Summary
static java.lang.String C_FLEX_CACHE
          Flex cache messages
static java.lang.String C_FLEX_LOADER
          Flex loader messages
static boolean C_LOGGING
           
static java.lang.String C_MODULE_CRITICAL
          Critical messages that stop further processing
static java.lang.String C_MODULE_DEBUG
          Debugging messages
static java.lang.String C_MODULE_INFO
          Informational messages
static java.lang.String C_OPENCMS_CACHE
          Cache messages
static java.lang.String C_OPENCMS_CRITICAL
          Critical messages that stop further processing
static java.lang.String C_OPENCMS_CRONSCHEDULER
          Messages of the OpenCms Scheduler
static java.lang.String C_OPENCMS_DEBUG
          Debugging messages
static java.lang.String C_OPENCMS_ELEMENTCACHE
          Messages of the new OpenCms element cache
static java.lang.String C_OPENCMS_INFO
          Informational messages
static java.lang.String C_OPENCMS_INIT
          Debugging messages
static java.lang.String C_OPENCMS_POOL
          Debugging messages for the dbpool
static java.lang.String C_OPENCMS_STATICEXPORT
          Messages of the static export
static java.lang.String C_OPENCMS_STREAMING
          Debugging messages for the streaming mode
static boolean C_PREPROCESSOR_IS_LOGGING
          This static final constant is a "preprocessor" constant.
 

Field Detail

C_PREPROCESSOR_IS_LOGGING

public static final boolean C_PREPROCESSOR_IS_LOGGING
This static final constant is a "preprocessor" constant. If it is set to true - all logging-code is enabled and will be compiled into the classes. If it is set to false the logging-code will not be compiled into the classes. All resulting classes will shrink in size and OpenCms will perform much better. For live-systems you could set this to false, in case you really have performance issues. If logging is disabled here, you can't switch it on again via the opencms.properties! This value should generally be set to true!

See Also:
Constant Field Values

C_LOGGING

public static final boolean C_LOGGING
See Also:
Constant Field Values

C_OPENCMS_INIT

public static final java.lang.String C_OPENCMS_INIT
Debugging messages

See Also:
Constant Field Values

C_OPENCMS_DEBUG

public static final java.lang.String C_OPENCMS_DEBUG
Debugging messages

See Also:
Constant Field Values

C_OPENCMS_CACHE

public static final java.lang.String C_OPENCMS_CACHE
Cache messages

See Also:
Constant Field Values

C_OPENCMS_STREAMING

public static final java.lang.String C_OPENCMS_STREAMING
Debugging messages for the streaming mode

See Also:
Constant Field Values

C_OPENCMS_INFO

public static final java.lang.String C_OPENCMS_INFO
Informational messages

See Also:
Constant Field Values

C_OPENCMS_CRITICAL

public static final java.lang.String C_OPENCMS_CRITICAL
Critical messages that stop further processing

See Also:
Constant Field Values

C_OPENCMS_POOL

public static final java.lang.String C_OPENCMS_POOL
Debugging messages for the dbpool

See Also:
Constant Field Values

C_OPENCMS_ELEMENTCACHE

public static final java.lang.String C_OPENCMS_ELEMENTCACHE
Messages of the new OpenCms element cache

See Also:
Constant Field Values

C_OPENCMS_CRONSCHEDULER

public static final java.lang.String C_OPENCMS_CRONSCHEDULER
Messages of the OpenCms Scheduler

See Also:
Constant Field Values

C_OPENCMS_STATICEXPORT

public static final java.lang.String C_OPENCMS_STATICEXPORT
Messages of the static export

See Also:
Constant Field Values

C_MODULE_DEBUG

public static final java.lang.String C_MODULE_DEBUG
Debugging messages

See Also:
Constant Field Values

C_MODULE_INFO

public static final java.lang.String C_MODULE_INFO
Informational messages

See Also:
Constant Field Values

C_MODULE_CRITICAL

public static final java.lang.String C_MODULE_CRITICAL
Critical messages that stop further processing

See Also:
Constant Field Values

C_FLEX_CACHE

public static final java.lang.String C_FLEX_CACHE
Flex cache messages

See Also:
Constant Field Values

C_FLEX_LOADER

public static final java.lang.String C_FLEX_LOADER
Flex loader messages

See Also:
Constant Field Values