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  printOn: aStream
append a printed representation of the receiver to the argument, aStream



ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Mon, 04 Aug 2025 14:24:33 GMT