mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-07-28 10:52:22 +00:00
🔊 Update 1.0.0
This commit is contained in:
@@ -1,19 +1,26 @@
|
||||
///|
|
||||
pub type ApplicationAsyncLogger = AsyncLogger[@bitlogger.RuntimeSink]
|
||||
|
||||
pub type ApplicationTextAsyncLogger = AsyncLogger[@bitlogger.FormattedConsoleSink]
|
||||
///|
|
||||
pub type ApplicationTextAsyncLogger = AsyncLogger[
|
||||
@bitlogger.FormattedConsoleSink,
|
||||
]
|
||||
|
||||
///|
|
||||
pub fn build_application_async_logger(
|
||||
config : AsyncLoggerBuildConfig,
|
||||
) -> ApplicationAsyncLogger {
|
||||
build_async_logger(config)
|
||||
}
|
||||
|
||||
///|
|
||||
pub fn build_application_text_async_logger(
|
||||
config : AsyncLoggerBuildConfig,
|
||||
) -> ApplicationTextAsyncLogger {
|
||||
build_async_text_logger(config)
|
||||
}
|
||||
|
||||
///|
|
||||
pub fn parse_and_build_application_async_logger(
|
||||
input : String,
|
||||
) -> ApplicationAsyncLogger raise {
|
||||
|
||||
Reference in New Issue
Block a user