View Source
Class StaticApplicationLogging
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public static class StaticApplicationLogging
Properties
View Source
Logger
Declaration
public static ILogger<object> Logger { get; }
Property Value
Type |
Description |
ILogger<System.Object> |
|
Methods
View Source
CreateLogger(Type)
Declaration
public static ILogger CreateLogger(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
View Source
CreateLogger<T>()
Declaration
public static ILogger<T> CreateLogger<T>()
Returns
Type |
Description |
ILogger<T> |
|
Type Parameters
View Source
Initialize(ILoggerFactory)
Declaration
public static void Initialize(ILoggerFactory loggerFactory)
Parameters
Type |
Name |
Description |
ILoggerFactory |
loggerFactory |
|