mirror of https://github.com/sbt/sbt.git
spelling: generate
This commit is contained in:
parent
3786aff09b
commit
44d262844c
|
|
@ -54,7 +54,7 @@ object LogManager {
|
|||
defaultLogger(data, state, task, screen(task, state), backed(to), relay(()), extra(task).toList)
|
||||
}
|
||||
|
||||
// This is the main function that is used to generat the logger for tasks.
|
||||
// This is the main function that is used to generate the logger for tasks.
|
||||
def defaultLogger(data: Settings[Scope], state: State, task: ScopedKey[_],
|
||||
console: Appender, backed: Appender, relay: Appender, extra: List[Appender]): Logger =
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue