public class LogCategory extends Object
Copyright (c) 2018-2019 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.
Modifier and Type | Field and Description |
---|---|
static LogCategory |
ALL
The category to indicate that ALL messages need to be logged.
|
Constructor and Description |
---|
LogCategory(String name) |
public static final LogCategory ALL
public LogCategory(String name)
name
- the category name; can be blankCopyright © 2018–2019 Delft University of Technology. All rights reserved.