eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'MiniLogger::Severity':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: Severity (private in MiniLogger

This class is only visible from within MiniLogger.

Inheritance:

   Object
   |
   +--Magnitude
      |
      +--MiniLogger::Severity

Package:
stx:libbasic
Category:
System-Debugging-Support
Owner:
MiniLogger

Instance protocol:

accessing
o  name

o  value

arithmetic
o  + aNumber
MiniLogger severityINFO + 1
MiniLogger severityTRACE to:MiniLogger severityFATAL do:[:each| Transcript showCR:each].
MiniLogger severityFATAL downTo:MiniLogger severityTRACE do:[:each| Transcript showCR:each].

comparing
o  < aSeverity

o  = aSeverity

o  hash
instances, for which #= answers true must answer the same hash

initialization
o  initializeWithName: aString value: anInteger

printing & storing
o  displayOn: aStream
append a printed representation of the receiver to the argument, aStream.
for developers

o  printOn: aStream
append a printed representation of the receiver to the argument, aStream



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 28 Mar 2024 17:01:37 GMT