equal
deleted
inserted
replaced
1638 levelObject = newLevel; |
1638 levelObject = newLevel; |
1639 updateEffectiveLevel(); |
1639 updateEffectiveLevel(); |
1640 } |
1640 } |
1641 } |
1641 } |
1642 |
1642 |
|
1643 final boolean isLevelInitialized() { |
|
1644 return levelObject != null; |
|
1645 } |
|
1646 |
1643 /** |
1647 /** |
1644 * Get the log Level that has been specified for this Logger. |
1648 * Get the log Level that has been specified for this Logger. |
1645 * The result may be null, which means that this logger's |
1649 * The result may be null, which means that this logger's |
1646 * effective level will be inherited from its parent. |
1650 * effective level will be inherited from its parent. |
1647 * |
1651 * |