Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SvcLoggerBackend ¶
type SvcLoggerBackend struct { SvcLog *service.WindowsLogger // contains filtered or unexported fields }
func NewSvcLoggerBackend ¶
func NewSvcLoggerBackend(logger *service.WindowsLogger) *SvcLoggerBackend
func (*SvcLoggerBackend) EmitComplexLog ¶
func (b *SvcLoggerBackend) EmitComplexLog(module string, level hiedalog.HiedaLogLevel, data map[string]string)
func (*SvcLoggerBackend) EmitStringLog ¶
func (b *SvcLoggerBackend) EmitStringLog(module string, level hiedalog.HiedaLogLevel, content string)
func (*SvcLoggerBackend) Enable ¶
func (b *SvcLoggerBackend) Enable()
func (*SvcLoggerBackend) Shutdown ¶
func (b *SvcLoggerBackend) Shutdown()
Click to show internal directories.
Click to hide internal directories.