File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.1.2 (2016-10-25)
2
+
3
+ Bug fix:
4
+
5
+ - Log 'message' and 'desc' params correctly via the logger.
6
+
1
7
## 2.1.1 (2016-02-24)
2
8
3
9
Bug fix:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " app-logger-angular" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 2.1.2 " ,
4
4
"main" : " ./js/logging.js" ,
5
5
"description" : " Client side logging sent to the server" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ loggingModule.factory(
123
123
angularLogSeverity = 'log' ;
124
124
}
125
125
126
- $log [ angularLogSeverity ] . apply ( $log , [ message ] ) ;
126
+ $log [ angularLogSeverity ] ( message , desc ) ;
127
127
}
128
128
129
129
// check if the config says we should log to the remote, and also if a remote endpoint was specified
You can’t perform that action at this time.
0 commit comments