|   | LoggerCreatePublisher Method | 
        
        
            Looks up the type of the log source
            
        
        Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
SyntaxGSF.Diagnostics.Logger.CreatePublisher = function(type, classification);
Parameters
- type  Type
- the type
- classification  MessageClass
- the classification of the type of messages that this publisher will raise.
Return Value
LogPublisher See Also
See Also