Skip to content

Commit e237bcb

Browse files
committed
Author tag
1 parent 8566b7f commit e237bcb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/main/java/io/fusionauth/http/log/Level.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, FusionAuth, All Rights Reserved
2+
* Copyright (c) 2022-2023, FusionAuth, All Rights Reserved
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -15,6 +15,11 @@
1515
*/
1616
package io.fusionauth.http.log;
1717

18+
/**
19+
* Logger levels.
20+
*
21+
* @author Brian Pontarelli
22+
*/
1823
public enum Level {
1924
Trace,
2025
Debug,

0 commit comments

Comments
 (0)