add TODO comments

This commit is contained in:
Nash Tsai 2014-08-20 09:46:18 +08:00
parent 9d560de452
commit 9ae84a13fc
1 changed files with 4 additions and 1 deletions

View File

@ -31,11 +31,14 @@ type Engine struct {
mutex *sync.RWMutex
Cacher core.Cacher
ShowInfo bool
ShowSQL bool
// !nashtsai! TODO ought to deprecate these but having logger to control its log level
ShowInfo bool
ShowErr bool
ShowDebug bool
ShowWarn bool
// --
Logger core.ILogger
TZLocation *time.Location