MiniLogger.st
changeset 20509 0baa8cacf896
parent 20508 944d1ae32584
child 20529 e026fd505d16
equal deleted inserted replaced
20508:944d1ae32584 20509:0baa8cacf896
   904         nextPutLine:
   904         nextPutLine:
   905             (self logFormat
   905             (self logFormat
   906                 bindWith:(facility ? 'STX')
   906                 bindWith:(facility ? 'STX')
   907                 with:severityName
   907                 with:severityName
   908                 with:(Timestamp now printStringFormat:(self timestampFormat))
   908                 with:(Timestamp now printStringFormat:(self timestampFormat))
   909                 with:originator asString
   909                 with:originator printString
   910                 with:messageProperlyEncoded)
   910                 with:messageProperlyEncoded)
   911                 
   911                 
   912     "
   912     "
   913      'hello' infoPrintCR.
   913      'hello' infoPrintCR.
   914 
   914