-
Home
-
WooCommerce
-
7.8.1
-
Code
-
Classes
- WC_Logger
| Total Complexity |
36 |
| Dependencies |
2 |
| Dependents |
5 |
| Total lines |
299 |
| Lines of code |
112 |
| Logical lines of code |
51 |
| Comment lines |
158 |
| Methods |
14 |
| Properties |
2 |
Methods 14
| Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
| __construct() |
A |
47 |
13 |
35 |
| log() |
S |
58 |
5 |
14 |
| clear() |
S |
63 |
4 |
11 |
| clear_expired_logs() |
S |
64 |
3 |
9 |
| should_handle() |
S |
71 |
2 |
6 |
| add() |
S |
61 |
1 |
13 |
| emergency() |
S |
79 |
1 |
3 |
| alert() |
S |
79 |
1 |
3 |
| critical() |
S |
79 |
1 |
3 |
| error() |
S |
79 |
1 |
3 |
| warning() |
S |
79 |
1 |
3 |
| notice() |
S |
79 |
1 |
3 |
| info() |
S |
79 |
1 |
3 |
| debug() |
S |
79 |
1 |
3 |