Previous Topic

Next Topic

Book Contents

Book Index

Main Configuration

The configuration properties of the Main Configuration with PID com.prosyst.mbs.impl.services.log.LogStackConfig are described in the next table:

Configuration Property

Name

Type

Default Value

Description

lineNumbersEnabled

Report Origin

boolean

false

Enable this option, if you want the logger to included the correct class and line number, where the log method was called.

Beware, this is SLOW!

threadNamesEnabled

Report Current Thread

boolean

false

Enable this option, if you want the logger to include the name of the thread, from which the logging occurred.

Beware, this is SLOW!

level

Log Level

int

3

The current log level. All entries with higher level will be silently skipped.

logListenerTimeout

Log Listener Timeout

int

10 000

The time in milliseconds allowed for a Log Listener to process single log event. After that time, the log listener is considered timed out. A new processing thread is spawned.