Universal Windows Service Class Library

Scheduler.LOG_NAME Field

Name of the log4net logger which is used for basic output.

public const string LOG_NAME = "uws";

Remarks

The name of the logger used at configuration file for log4net settings. This this section should always be configured due to basic logging output if other sections does not exist.

This name will be further used at Application and ApplicationList classes.

See Also

Scheduler Class | uws Namespace | Application | ApplicationList