Skip to content

Expose the log4net from the ServiceBase #1

@jcasement

Description

@jcasement

Simple but it allows the SampleService to use the logger:


 /// <summary>
        /// Log 
        /// </summary>
        protected ILog Log
        {
            get
            {
                return _log;
            }
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions