ElectronWorkstation.st
changeset 8828 5ea3e8ccb8aa
parent 8827 7e69e4aaf078
child 8829 cfda99adb9eb
--- a/ElectronWorkstation.st	Mon Oct 14 21:39:39 2019 +0200
+++ b/ElectronWorkstation.st	Tue Oct 15 01:13:24 2019 +0200
@@ -56,6 +56,16 @@
     PropertyChangeMask  := 1 bitShift:10.
 ! !
 
+!ElectronWorkstation class methodsFor:'logging'!
+
+logFacility
+    "the 'log facility';
+     this is used by the Logger both as a prefix to the log message, 
+     and maybe (later) used to filter and/or control per-facility log thresholds."
+
+    ^ self nameWithoutPrefix
+! !
+
 !ElectronWorkstation methodsFor:'accessing & queries'!
 
 defaultEventMask