We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b2b78 commit b10a919Copy full SHA for b10a919
src/main/java/org/owasp/esapi/logging/java/JavaLogLevelHandlers.java
@@ -1,3 +1,17 @@
1
+/**
2
+ * OWASP Enterprise Security API (ESAPI)
3
+ *
4
+ * This file is part of the Open Web Application Security Project (OWASP)
5
+ * Enterprise Security API (ESAPI) project. For details, please see
6
+ * <a href="http://www.owasp.org/index.php/ESAPI">http://www.owasp.org/index.php/ESAPI</a>.
7
8
+ * Copyright (c) 2007 - The OWASP Foundation
9
10
+ * The ESAPI is published by OWASP under the BSD license. You should read and accept the
11
+ * LICENSE before you use, modify, and/or redistribute this software.
12
13
+ * @created 2019
14
+ */
15
package org.owasp.esapi.logging.java;
16
17
import java.util.logging.Level;
0 commit comments