C# Class Hazelcast.Client.Test.CustomLogFactory.CustomLogger

Inheritance: Hazelcast.Logging.AbstractLogger
显示文件 Open project: hazelcast/hazelcast-csharp-client

Public Properties

Property Type Description
Logs List>

Public Methods

Method Description
GetLevel ( ) : LogLevel
IsLoggable ( LogLevel arg1 ) : bool
Log ( LogLevel arg1, string arg2 ) : void
Log ( LogLevel arg1, string arg2, Exception arg3 ) : void

Method Details

GetLevel() public method

public GetLevel ( ) : LogLevel
return LogLevel

IsLoggable() public method

public IsLoggable ( LogLevel arg1 ) : bool
arg1 LogLevel
return bool

Log() public method

public Log ( LogLevel arg1, string arg2 ) : void
arg1 LogLevel
arg2 string
return void

Log() public method

public Log ( LogLevel arg1, string arg2, Exception arg3 ) : void
arg1 LogLevel
arg2 string
arg3 System.Exception
return void

Property Details

Logs public_oe property

public List> Logs
return List>