Skip to content

Commit 9329004

Browse files
committed
Added logging
1 parent 4b09441 commit 9329004

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

logging/build.gradle

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/*
2+
* MIT License
3+
*
4+
* Copyright 2020-2021 noahhusby
5+
*
6+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
7+
* files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
8+
* modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software
9+
* is furnished to do so, subject to the following conditions:
10+
*
11+
* The above copyright notice and this permission notice shall be included in all
12+
* copies or substantial portions of the Software.
13+
*
14+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
15+
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
16+
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18+
*
19+
*/
20+
21+
dependencies {
22+
}

settings.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ rootProject.name = 'HusbyLib'
2323
include 'data'
2424
include 'application'
2525
include 'common'
26+
include 'logging'
2627

0 commit comments

Comments
 (0)