| | |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2013 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.loggers; |
| | | |
| | |
| | | /** |
| | | * Create a named type. |
| | | * <p> |
| | | * Note that this constructor is "protected" to allow subclassing. |
| | | * Note that this constructor is "protected" to allow sub-classing. |
| | | * |
| | | * @param name the name of the category, for example "MESSAGE". |
| | | */ |
| | |
| | | } |
| | | |
| | | /** |
| | | * Retrieves the string reprentation of this log category. |
| | | * Retrieves the string representation of this log category. |
| | | * |
| | | * @return the non-localized name of the LogCategory, for example "ENTRY". |
| | | */ |