mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
[event log] export message_id instead of message_name
It's more consistent with the other classes
This commit is contained in:
@@ -755,10 +755,10 @@ class PublisherMetadata(EvtHandle):
|
||||
return sbuff.value
|
||||
|
||||
@property
|
||||
def message_name(self):
|
||||
def message_id(self):
|
||||
"""
|
||||
"""
|
||||
return self.message(publishinfo(self, gdef.EvtPublisherMetadataPublisherMessageID).value)
|
||||
return publishinfo(self, gdef.EvtPublisherMetadataPublisherMessageID).value
|
||||
|
||||
@property
|
||||
def message_filepath(self):
|
||||
|
||||
Reference in New Issue
Block a user