log types

main v1.0.16
alex 2023-10-17 22:03:34 +02:00
parent e3534a9068
commit 104bf06b8b
1 changed files with 3 additions and 3 deletions

View File

@ -40,9 +40,9 @@ type LogManagerRequestBody struct {
}
const (
LogTypeInfo = "I"
LogTypeWarning = "W"
LogTypeError = "E"
LogTypeInfo = "I "
LogTypeWarning = "W "
LogTypeError = "E "
)
func LogManagerRequestClient(requestMethod string, requestBody LogManagerRequestBody) {