C# 클래스 Akka.Reactive.Tests.TestConfigurations

Akka configurations for test.
파일 보기 프로젝트 열기: tintoy/rx-akkadotnet

공개 프로퍼티들

프로퍼티 타입 설명
Default Akka.Configuration.Config

공개 메소드들

메소드 설명
Log ( Akka.Event.LogLevel logLevel = LogLevel.InfoLevel ) : Config

Configuration with logging.

비공개 메소드들

메소드 설명
GetLogLevelName ( Akka.Event.LogLevel logLevel ) : string

Get the name (for configuration) that corresponds to the specified Akka log level.

메소드 상세

Log() 공개 정적인 메소드

Configuration with logging.
public static Log ( Akka.Event.LogLevel logLevel = LogLevel.InfoLevel ) : Config
logLevel Akka.Event.LogLevel
리턴 Akka.Configuration.Config

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

The default configuration for use in unit tests.
public static Config,Akka.Configuration Default
리턴 Akka.Configuration.Config