(logLevel string)
| 85 | } |
| 86 | |
| 87 | func (sLog *smartIDELogStruct) InitLogger(logLevel string) { |
| 88 | if strings.ToLower(strings.TrimSpace(logLevel)) == "debug" { |
| 89 | isDebugLevel = true |
| 90 | } |
| 91 | initLogger() |
| 92 | } |
| 93 | |
| 94 | type entryptionKeyConfig struct { |
| 95 | SecretKey string |