mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 07:45:54 +01:00
Added "UseLoggerVerbosityLevel" to the wizard generated code
This commit is contained in:
parent
c75eea7517
commit
2c404c6efa
@ -1073,6 +1073,9 @@ begin
|
||||
.AppendLine(' // UseConsoleLogger defines if logs must be emitted to also the console (if available).')
|
||||
.AppendLine(' UseConsoleLogger := True;')
|
||||
.AppendLine()
|
||||
.AppendLine(' // UseLoggerVerbosityLevel defines the lowest level of logs that will be produced.')
|
||||
.AppendLine(' UseLoggerVerbosityLevel := TLogLevel.levNormal;')
|
||||
.AppendLine()
|
||||
.AppendLine()
|
||||
.AppendLine(' LogI(''** DMVCFramework Server ** build '' + DMVCFRAMEWORK_VERSION);');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user