1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

adding silly logging option

This commit is contained in:
Patrik J. Braun 2019-02-15 16:08:03 -05:00
parent b387eeb7c9
commit cf69611831

View File

@ -5,7 +5,7 @@ export enum DatabaseType {
} }
export enum LogLevel { export enum LogLevel {
error = 1, warn = 2, info = 3, debug = 4, verbose = 5 error = 1, warn = 2, info = 3, debug = 4, verbose = 5, silly = 6
} }
export enum SQLLogLevel { export enum SQLLogLevel {