Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
90238b80
Commit
90238b80
authored
17 years ago
by
ribeaudc
Browse files
Options
Downloads
Patches
Plain Diff
1/ Private constructor added.
2/ Class made final. SVN: 214
parent
3acf86e8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/source/java/ch/systemsx/cisd/common/logging/LogFactory.java
+6
-2
6 additions, 2 deletions
...urce/java/ch/systemsx/cisd/common/logging/LogFactory.java
with
6 additions
and
2 deletions
common/source/java/ch/systemsx/cisd/common/logging/LogFactory.java
+
6
−
2
View file @
90238b80
...
@@ -23,9 +23,13 @@ import org.apache.log4j.Logger;
...
@@ -23,9 +23,13 @@ import org.apache.log4j.Logger;
*
*
* @author Bernd Rinn
* @author Bernd Rinn
*/
*/
public
class
LogFactory
public
final
class
LogFactory
{
{
private
LogFactory
()
{
// Can not be instantiated.
}
/**
/**
* @return The logger name for the given {@link LogCategory} and {@link Class}. It will contain the name of the
* @return The logger name for the given {@link LogCategory} and {@link Class}. It will contain the name of the
* <var>category</var>, followed by the canonical name of <var>clazz</var>.
* <var>category</var>, followed by the canonical name of <var>clazz</var>.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment