2003
DOI: 10.1007/978-1-4302-0765-8
|View full text |Cite
|
Sign up to set email alerts
|

Logging in Java with the JDK 1.4 Logging API and Apache log4j

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2013
2013
2021
2021

Publication Types

Select...
2
1

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(2 citation statements)
references
References 0 publications
0
2
0
Order By: Relevance
“…Logging in an application is a systematic and controlled way to represent the condition of an application so that it can be understood by humans [4]. A log can record various events that occur when the application is running.…”
Section: Loggingmentioning
confidence: 99%
“…Logging in an application is a systematic and controlled way to represent the condition of an application so that it can be understood by humans [4]. A log can record various events that occur when the application is running.…”
Section: Loggingmentioning
confidence: 99%
“…However, they have limited instrumentation capabilities for user-space instrumentation, and incur a high overhead due to frequent kernel context-switches and complex trampoline mechanisms. Hence, software developers often utilize program print statements, write their own loggers, or use tools like log4j [9] or log4c [10] to track the execution of their applications. However, while they have low-overhead they are inflexible and can only be turned on/off at compiletime or before starting the execution, thereby greatly reducing their effectiveness.…”
Section: Introductionmentioning
confidence: 99%