gnablib
Version:
A lean, zero dependency library to provide a useful base for your project.
1 lines • 139 B
JavaScript
export var LogLevel;!function(r){r[r.Debug=0]="Debug",r[r.Info=1]="Info",r[r.Warn=2]="Warn",r[r.Error=3]="Error"}(LogLevel||(LogLevel={}));