Logging framework for Golang
Find a file
2024-01-03 23:45:40 +01:00
.gitignore initial commit 2024-01-03 21:25:52 +01:00
entry.go initial commit 2024-01-03 21:25:52 +01:00
formatter.go initial commit 2024-01-03 21:25:52 +01:00
formatter_json.go initial commit 2024-01-03 21:25:52 +01:00
formatter_json_test.go initial commit 2024-01-03 21:25:52 +01:00
formatter_keyvalue.go initial commit 2024-01-03 21:25:52 +01:00
formatter_keyvalue_test.go initial commit 2024-01-03 21:25:52 +01:00
go.mod initial commit 2024-01-03 21:25:52 +01:00
level.go initial commit 2024-01-03 21:25:52 +01:00
LICENSE.txt initial commit 2024-01-03 21:25:52 +01:00
logger.go feat: loglevel for each output 2024-01-03 23:45:40 +01:00
output.go feat: loglevel for each output 2024-01-03 23:45:40 +01:00
printer.go initial commit 2024-01-03 21:25:52 +01:00
printer_stdout.go initial commit 2024-01-03 21:25:52 +01:00
README.md initial commit 2024-01-03 21:25:52 +01:00

License

Copyright 2023 Martin Riedl

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

	http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.